Skip to content

Commit efe5515

Browse files
committed
bump kotlin API to 1.9 so kotlin build works
1 parent fb8c832 commit efe5515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/kotlin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tasks {
5050
withType(KotlinJvmCompile::class) {
5151
compilerOptions {
5252
jvmTarget.set(JvmTarget.JVM_1_8)
53-
apiVersion.set(KotlinVersion.KOTLIN_1_8)
53+
apiVersion.set(KotlinVersion.KOTLIN_1_9)
5454
}
5555
}
5656

0 commit comments

Comments
 (0)