Skip to content

Commit 8acf3b5

Browse files
author
ntwigg
committed
We don't need to change tests or java test code, just the kotlin target.
1 parent 0f52cc6 commit 8acf3b5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

jvm/gradle/jvm-target.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@ if (plugins.hasPlugin('org.jetbrains.kotlin.jvm')) {
55
jvmTarget = "$ver_JVM_TARGET"
66
}
77
}
8-
compileTestKotlin {
9-
kotlinOptions {
10-
jvmTarget = "$ver_JVM_TARGET"
11-
}
12-
}
13-
}
14-
java {
15-
sourceCompatibility = JavaVersion.toVersion("$ver_JVM_TARGET")
16-
targetCompatibility = JavaVersion.toVersion("$ver_JVM_TARGET")
178
}
189
} else if (plugins.hasPlugin('org.jetbrains.kotlin.multiplatform')) {
1910
kotlin {

0 commit comments

Comments
 (0)