openrewrite / rewrite-migrate-java

OpenRewrite recipes for migrating to newer versions of Java.
Apache License 2.0
92 stars 65 forks source link

Disable UseTextBlocks on Kotlin #502

Closed eocantu closed 2 weeks ago

eocantu commented 2 weeks ago

What's changed?

Disables UseTextBlocks on Kotlin given that the semantics aren't the same as for Java.

What's your motivation?

Fixes https://github.com/openrewrite/rewrite-migrate-java/issues/501

Checklist