openrewrite / rewrite-gradle-plugin

OpenRewrite's Gradle plugin.
Apache License 2.0
60 stars 37 forks source link

Not running on commonMain of Kotlin Multiplatform Project #181

Closed nomisRev closed 1 year ago

nomisRev commented 1 year ago

Rewrite is not running over commonMain sourceSet of a KMP. Example PR: https://github.com/nomisRev/rewrite-arrow/pull/32.

Running ./gradlew build :sample:rewriteRun shows that the sources in sample/src/commonMain/kotlin/org/example/example.kt are not being rewritten or updated.

traceyyoshima commented 1 year ago

INFO: https://github.com/openrewrite/rewrite-gradle-plugin/issues/172

nomisRev commented 1 year ago

@traceyyoshima was this released in 5.38.1? It's not yet working for me in https://github.com/nomisRev/rewrite-arrow/pull/32