Remove JvmTarget.JVM_1_6 from Gradle DSL
This target is not available inside compiler and left for IDE compatibility. ^KT-54103 Fixed
This commit is contained in:
-1
@@ -6,7 +6,6 @@
|
||||
package org.jetbrains.kotlin.gradle.dsl
|
||||
|
||||
enum class JvmTarget(val target: String) {
|
||||
@Deprecated("Will be removed soon") JVM_1_6("1.6"),
|
||||
JVM_1_8("1.8"),
|
||||
JVM_9("9"),
|
||||
JVM_10("10"),
|
||||
|
||||
Reference in New Issue
Block a user