Skip to content

Commit c09b6ce

Browse files
authored
misc: upgrade to Kotlin 2.0.10 (#46)
1 parent ee2f930 commit c09b6ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-plugins/kmp-conventions/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repositories {
1818

1919
dependencies {
2020
implementation(project(":build-plugins:build-support"))
21-
compileOnly(kotlin("gradle-plugin", "2.0.0"))
21+
compileOnly(kotlin("gradle-plugin", "2.0.10"))
2222
testImplementation(libs.junit.jupiter)
2323
}
2424

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
kotlin.code.style=official
22

33
# kotlin
4-
kotlinVersion=2.0.0
4+
kotlinVersion=2.0.10

0 commit comments

Comments
 (0)