Skip to content

Commit 33aacff

Browse files
committed
Remove jvmTarget declaration from build.gradle.kts for alignment with updated Kotlin compiler options.
1 parent 00725b8 commit 33aacff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kotest-javascript/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ repositories {
1717
kotlin {
1818

1919
compilerOptions {
20-
jvmTarget = JvmTarget.JVM_11
2120
apiVersion = KotlinVersion.KOTLIN_2_2
2221
languageVersion = KotlinVersion.KOTLIN_2_2
2322
}

0 commit comments

Comments
 (0)