Support for migrating Kotlin application #448
-
|
Hi, Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @yong-at-zettle! Thanks for your interest. |
Beta Was this translation helpful? Give feedback.
-
|
Unfortunatelly no, not yet. |
Beta Was this translation helpful? Give feedback.
Unfortunatelly no, not yet.
As parsing and AST modifications rely solely on OpenRewrite this depends on the current Kotlin support in OpenRewrite. OpenRewrite has support for Kotlin but I am not sure about the coverage. Theoretically, it means the same as with Gradle support but
JavaSourceas base-interface and something likeOpenRewriteKotlinSourceas implementation. And most likely some roadblocks I am naively ignoring now.