There was an error while loading. Please reload this page.
jvmTarget
1 parent 7ba5927 commit c864f36Copy full SHA for c864f36
kotest-javascript/build.gradle.kts
@@ -17,6 +17,7 @@ repositories {
17
kotlin {
18
19
compilerOptions {
20
+ jvmTarget = JvmTarget.JVM_11
21
apiVersion = KotlinVersion.KOTLIN_2_2
22
languageVersion = KotlinVersion.KOTLIN_2_2
23
}
kotest-native/build.gradle.kts
@@ -14,6 +14,7 @@ repositories {
14
15
16
0 commit comments