What's the error message?
# gradle
k
What's the error message?
g
BTW I prefer now just omit Kotlin version in dependencies, because if you apply Kotlin plugin using Kotlin DSL version will be equal to plugin version https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm
Of course when you use kotlinModule you don’t need version too, but this version equals to version of Kotlin bundled to gradle/kotlin-dsl and you do not know which version bundled IMHO explicit version (at least only for plugin) is better in this case
z
That's great. Less maintenance effort. Does it also works for plugins like "allopen" and "no-arg"