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 ee2f930 commit c09b6ceCopy full SHA for c09b6ce
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.0"))
+ compileOnly(kotlin("gradle-plugin", "2.0.10"))
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.0
+kotlinVersion=2.0.10
0 commit comments