android: Set kotlin jvm target to 1.9
This commit is contained in:
@@ -41,7 +41,7 @@ android {
|
||||
targetCompatibility = JavaVersion.VERSION_1_9
|
||||
}
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
jvmTarget = "1.9"
|
||||
}
|
||||
packaging {
|
||||
resources {
|
||||
@@ -70,4 +70,4 @@ dependencies {
|
||||
debugImplementation("androidx.compose.ui:ui-test-manifest")
|
||||
|
||||
implementation("androidx.appcompat:appcompat:1.6.1")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user