remove redundant Java/Kotlin version configuration
This is now set automatically from the toolchain configuration.
This commit is contained in:
parent
44279d0c9e
commit
3cfa0828a9
@ -80,15 +80,6 @@ android {
|
||||
buildConfig = true
|
||||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility(JavaVersion.VERSION_17)
|
||||
targetCompatibility(JavaVersion.VERSION_17)
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = JavaVersion.VERSION_17.toString()
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user