pajatopmr
01/19/2023, 7:29 PMplugins {
kotlin("jvm") version "1.8.0"
}
The version should be literal in this block, and it cannot be applied from another build script.
I interpret the restriction to mean that one cannot apply the Kotlin Gradle plugin from a custom plugin. Is that a correct reading? I sure hope not.Vampire
01/19/2023, 8:27 PM