twitter / compose-rules

Static checks to aid with a healthy adoption of Compose
https://twitter.github.io/compose-rules
Other
1.35k stars 92 forks source link

lint worker execution error #117

Closed michaldrabik closed 1 year ago

michaldrabik commented 1 year ago

Trying to apply rule set with kotlinter (latest 3.13.0).

While running check I'm getting following errors:

lint worker execution error
java.lang.NoClassDefFoundError: Could not initialize class org.jmailen.gradle.kotlinter.support.RuleSetsKt
    at org.jmailen.gradle.kotlinter.tasks.lint.LintWorkerAction.execute(LintWorkerAction.kt:43)
...

This does not happen while using non-forked original classpath "com.twitter.compose.rules:ktlint:<version>"