natpryce
04/27/2025, 12:45 PMsubprojects {
...
plugins.withType<KotlinPlatformJvmPlugin> {
kotlin {
jvmToolchain(21)
}
}
}
But the KotlinPlatformJvmPlugin class no longer exists in the plugin for Kotlin 21.1.20, and the KotlinJvmPlugin class is internal and cannot be referenced from build scripts.hfhbd
04/27/2025, 4:37 PMpluginManager.withPlugin(„org.jetbrains.kotlin.jvm“)
hfhbd
04/27/2025, 4:38 PMextensions.getByName
hfhbd
04/27/2025, 4:38 PM