We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061bdcb commit 008aa34Copy full SHA for 008aa34
1 file changed
buildSrc/build.gradle.kts
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
3
plugins {
4
`kotlin-dsl`
5
- kotlin("jvm") version embeddedKotlinVersion
+ kotlin("jvm") version "2.1.21"
6
}
7
8
dependencies {
0 commit comments