We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8c832 commit efe5515Copy full SHA for efe5515
1 file changed
extensions/kotlin/build.gradle.kts
@@ -50,7 +50,7 @@ tasks {
50
withType(KotlinJvmCompile::class) {
51
compilerOptions {
52
jvmTarget.set(JvmTarget.JVM_1_8)
53
- apiVersion.set(KotlinVersion.KOTLIN_1_8)
+ apiVersion.set(KotlinVersion.KOTLIN_1_9)
54
}
55
56
0 commit comments