Build: Remove jvmTarget = "1.6" for kotlinx-metadata-klib
kotlinx-metadata-klib can't have jvmTarget 1.6 because it embeds module :compiler:serialization which is compiled with jvmTarget 1.8. It is enforced by configuration error in Gradle 6.5
This commit is contained in:
@@ -12,9 +12,6 @@ group = "org.jetbrains.kotlinx"
|
||||
val deployVersion = findProperty("kotlinxMetadataKlibDeployVersion") as String?
|
||||
version = deployVersion ?: "0.0.1-SNAPSHOT"
|
||||
|
||||
jvmTarget = "1.6"
|
||||
javaHome = rootProject.extra["JDK_16"] as String
|
||||
|
||||
sourceSets {
|
||||
"main" { projectDefault() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user