Moves quartz to Java 21 due to binary inconsistencies between the multiple builds of KMP (tests conflicting with main)
This commit is contained in:
@@ -51,7 +51,7 @@ kotlin {
|
||||
}
|
||||
jvm {
|
||||
compilerOptions {
|
||||
jvmTarget.set(JvmTarget.JVM_1_8)
|
||||
jvmTarget.set(JvmTarget.JVM_21)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -61,7 +61,7 @@ kotlin {
|
||||
androidTarget {
|
||||
publishLibraryVariants("release")
|
||||
compilerOptions {
|
||||
jvmTarget.set(JvmTarget.JVM_1_8)
|
||||
jvmTarget.set(JvmTarget.JVM_21)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user