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 65c3c43 commit eb6b2a1Copy full SHA for eb6b2a1
build-plugins/kmp-conventions/build.gradle.kts
@@ -18,7 +18,7 @@ repositories {
18
19
dependencies {
20
implementation(project(":build-plugins:build-support"))
21
- compileOnly(kotlin("gradle-plugin", "2.0.10"))
+ compileOnly(kotlin("gradle-plugin", "2.1.0"))
22
testImplementation(libs.junit.jupiter)
23
}
24
gradle.properties
@@ -1,4 +1,4 @@
1
kotlin.code.style=official
2
3
# kotlin
4
-kotlinVersion=2.0.10
+kotlinVersion=2.1.0
0 commit comments