We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d45e6 commit cbe7b59Copy full SHA for cbe7b59
1 file changed
buildSrc/src/main/kotlin/orb.kotlin.gradle.kts
@@ -21,9 +21,9 @@ kotlin {
21
"-nowarn",
22
)
23
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"
+ languageVersion.set(KotlinVersion.KOTLIN_1_9)
+ apiVersion.set(KotlinVersion.KOTLIN_1_9)
+ coreLibrariesVersion = "1.9.20"
27
}
28
29
0 commit comments