Skip to content

Commit 3ec69bb

Browse files
authored
Update Kotlin to 2.1.0 (#501)
1 parent bad63e7 commit 3ec69bb

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

buildSrc/src/main/kotlin/gradle-compatibility.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ kotlin {
2222
@Suppress("DEPRECATION", "DEPRECATION_ERROR")
2323
compilerOptions {
2424
languageVersion = getOverridingKotlinLanguageVersion(project)?.let { KotlinVersion.fromVersion(it) }
25-
?: KotlinVersion.KOTLIN_1_4
25+
?: KotlinVersion.KOTLIN_1_6
2626
apiVersion = getOverridingKotlinApiVersion(project)?.let { KotlinVersion.fromVersion(it) }
27-
?: KotlinVersion.KOTLIN_1_4
27+
?: KotlinVersion.KOTLIN_1_6
2828
}
2929
}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
kotlin = "2.0.21"
3-
kotlin-for-gradle-plugin = "2.0.21" # Kotlin 2.1 removes support for the used language version / api version: KT-60521
2+
kotlin = "2.1.0"
3+
kotlin-for-gradle-plugin = "2.1.0" # Kotlin 2.1 removes support for the used language version / api version: KT-60521
44
kotlinx-binaryCompatibilityValidator = "0.16.0"
55
asm = "9.7"
66
slf4j = "1.8.0-alpha2"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
## Copyright 2016-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
##
4-
kotlin_version=2.0.21
4+
kotlin_version=2.1.0
55
atomicfu_version=0.26.1-SNAPSHOT
66

77
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2g
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
## Copyright 2016-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
##
4-
kotlin_version=2.0.21
4+
kotlin_version=2.1.0
55
atomicfu_version=0.26.1-SNAPSHOT
66

77
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2g
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
## Copyright 2016-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
##
4-
kotlin_version=2.0.21
4+
kotlin_version=2.1.0
55
atomicfu_version=0.26.1-SNAPSHOT
66

77
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2g

integration-testing/examples/mpp-version-catalog/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
junit = "4.13.2"
3-
kotlin = "2.0.21"
3+
kotlin = "2.1.0"
44
atomicfu = "0.26.1-SNAPSHOT"
55
ktor = "2.3.8"
66
logback = "1.5.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
kotlin_version=2.0.21
1+
kotlin_version=2.1.0
22
atomicfu_version=0.26.1-SNAPSHOT
33

44
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2g
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
## Copyright 2016-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
##
4-
kotlin_version=1.9.20
4+
kotlin_version=2.1.0
55
atomicfu_version=0.26.1-SNAPSHOT
66

77
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2g
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
##
22
## Copyright 2016-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33
##
4-
kotlin_version=2.0.21
4+
kotlin_version=2.1.0
55

66
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=2g

0 commit comments

Comments
 (0)