Skip to content

Commit eb6b2a1

Browse files
committed
Upgrade to Kotlin 2.1.0
1 parent 65c3c43 commit eb6b2a1

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.10"))
21+
compileOnly(kotlin("gradle-plugin", "2.1.0"))
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.10
4+
kotlinVersion=2.1.0

0 commit comments

Comments
 (0)