Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-03-25 20:25:54 +08:00
parent 50e1f77e10
commit be4fa6ad2c

View File

@@ -18,8 +18,10 @@ android {
targetCompatibility = JavaVersion.VERSION_17
}
kotlinOptions {
jvmTarget = JavaVersion.VERSION_17.toString()
kotlin {
compilerOptions {
jvmTarget.set(org.jetbrains.kotlin.gradle.dsl.JvmTarget.JVM_17)
}
}
defaultConfig {