Skip to content

Commit 00725b8

Browse files
committed
Align Kotlin compiler options in build.gradle.kts by deduplicating apiVersion definition
1 parent c864f36 commit 00725b8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

kotest-native/build.gradle.kts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ repositories {
1212
}
1313

1414
kotlin {
15-
1615
compilerOptions {
17-
jvmTarget = JvmTarget.JVM_11
18-
apiVersion = KotlinVersion.KOTLIN_2_2
1916
languageVersion = KotlinVersion.KOTLIN_2_2
17+
apiVersion = KotlinVersion.KOTLIN_2_2
2018
}
2119

2220
linuxX64()

0 commit comments

Comments
 (0)