openrewrite / rewrite-kotlin

Work-in-progress implementation of Kotlin language support for OpenRewrite.
Apache License 2.0
44 stars 12 forks source link

.print(...) outputs in Java. #97

Open traceyyoshima opened 1 year ago

traceyyoshima commented 1 year ago

Issue: Update the methods to print the Kotlin version of the LST.

Note: this will be critical to fix before adding support for a KotlinTemplate. However, we will need to make both type attribution and parsing/printing as accurate as possible first.

knutwannheden commented 1 year ago

@traceyyoshima I am not sure I understand what this issue is about. Can you provide some more context?