mirror of
https://github.com/recloudstream/cloudstream-extensions-multilingual.git
synced 2024-08-15 03:15:14 +00:00
Switch to VERSION_1_8 to make it compile with sdk 21
This commit is contained in:
parent
f523f63ac5
commit
62f5d8258f
1 changed files with 3 additions and 3 deletions
|
@ -50,13 +50,13 @@ subprojects {
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility = JavaVersion.VERSION_11
|
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
targetCompatibility = JavaVersion.VERSION_11
|
targetCompatibility = JavaVersion.VERSION_1_8
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
|
tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
|
||||||
kotlinOptions {
|
kotlinOptions {
|
||||||
jvmTarget = "11" // Required
|
jvmTarget = "1.8" // Required
|
||||||
// Disables some unnecessary features
|
// Disables some unnecessary features
|
||||||
freeCompilerArgs = freeCompilerArgs +
|
freeCompilerArgs = freeCompilerArgs +
|
||||||
"-Xno-call-assertions" +
|
"-Xno-call-assertions" +
|
||||||
|
|
Loading…
Reference in a new issue