We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f52cc6 commit 8acf3b5Copy full SHA for 8acf3b5
jvm/gradle/jvm-target.gradle
@@ -5,15 +5,6 @@ if (plugins.hasPlugin('org.jetbrains.kotlin.jvm')) {
5
jvmTarget = "$ver_JVM_TARGET"
6
}
7
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")
17
18
} else if (plugins.hasPlugin('org.jetbrains.kotlin.multiplatform')) {
19
kotlin {
0 commit comments