Skip to content

Commit 287236c

Browse files
committed
fix: compilation error
1 parent 56e24bf commit 287236c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

buildSrc/src/main/kotlin/orb.kotlin.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ kotlin {
2121
"-nowarn",
2222
)
2323
jvmTarget.set(JvmTarget.JVM_1_8)
24-
languageVersion.set(KotlinVersion.KOTLIN_1_8)
25-
apiVersion.set(KotlinVersion.KOTLIN_1_8)
26-
coreLibrariesVersion = "1.8.0"
24+
languageVersion.set(KotlinVersion.KOTLIN_1_9)
25+
apiVersion.set(KotlinVersion.KOTLIN_1_9)
26+
coreLibrariesVersion = "1.9.20"
2727
}
2828
}
2929

0 commit comments

Comments
 (0)