I’m trying to add Detekt to my Gradle plugin project, but I’m using `kotlin-dsl` to leverage Gradle’...
s
I’m trying to add Detekt to my Gradle plugin project, but I’m using
kotlin-dsl
to leverage Gradle’s embedded Kotlin libraries. Whenever I apply the Detekt plugin, I get “WARNING: Unsupported Kotlin plugin version.” Is there any workaround for this?