remove redundant Java/Kotlin version configuration

This is now set automatically from the toolchain configuration.
This commit is contained in:
Daniel Micay 2024-03-01 13:36:29 -05:00
parent 44279d0c9e
commit 3cfa0828a9

View File

@ -80,15 +80,6 @@ android {
buildConfig = true
}
}
compileOptions {
sourceCompatibility(JavaVersion.VERSION_17)
targetCompatibility(JavaVersion.VERSION_17)
}
kotlinOptions {
jvmTarget = JavaVersion.VERSION_17.toString()
}
}
dependencies {