|
@@ -42,7 +42,7 @@ android {
|
|
|
targetCompatibility JavaVersion.VERSION_11
|
|
targetCompatibility JavaVersion.VERSION_11
|
|
|
}
|
|
}
|
|
|
kotlin {
|
|
kotlin {
|
|
|
- jvmToolchain(11)
|
|
|
|
|
|
|
+ jvmToolchain(17)
|
|
|
}
|
|
}
|
|
|
buildFeatures {
|
|
buildFeatures {
|
|
|
compose true
|
|
compose true
|
|
@@ -56,6 +56,7 @@ android {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
kotlinOptions {
|
|
kotlinOptions {
|
|
|
|
|
+ jvmTarget = "11"
|
|
|
allWarningsAsErrors = true
|
|
allWarningsAsErrors = true
|
|
|
}
|
|
}
|
|
|
lint {
|
|
lint {
|