openrewrite / rewrite-gradle-plugin

OpenRewrite's Gradle plugin.
Apache License 2.0
64 stars 40 forks source link

Added KotlinParser to Resourceparser. #156

Closed traceyyoshima closed 1 year ago

sambsnyd commented 1 year ago

As you can tell this wont set up classpaths and dependencies and such. So any ASTs coming out of this will be lacking type attribution. Is that valuable for you? In a bit I can see about setting up the classpath appropriately

traceyyoshima commented 1 year ago

As you can tell this wont set up classpaths and dependencies and such. So any ASTs coming out of this will be lacking type attribution. Is that valuable for you? In a bit I can see about setting up the classpath appropriately

Closing PR. The base classpath is already set up in the parser. I can test locally when I find sample projects or create a small project to test on.