Skip to content

Commit 55e398f

Browse files
authored
Bump the Kotlin version to latest stable, 2.2.0 (#8315)
https://kotlinlang.org/docs/releases.html
1 parent 63b56cf commit 55e398f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jvmVersion = when (javaVersion) {
7272
}
7373
kotlin {
7474
compilerOptions {
75-
apiVersion.set(KotlinVersion.KOTLIN_1_9)
75+
apiVersion.set(KotlinVersion.KOTLIN_2_1)
7676
jvmTarget = jvmVersion
7777
}
7878
}

0 commit comments

Comments
 (0)