mirror of
https://github.com/tuskyapp/Tusky
synced 2024-12-21 14:35:24 +01:00
Declare compileOptions & kotlinOptions
This commit is contained in:
parent
2e2ca51087
commit
9b1cf708aa
@ -94,6 +94,13 @@ android {
|
|||||||
includeInApk false
|
includeInApk false
|
||||||
includeInBundle false
|
includeInBundle false
|
||||||
}
|
}
|
||||||
|
compileOptions {
|
||||||
|
sourceCompatibility JavaVersion.VERSION_11
|
||||||
|
targetCompatibility JavaVersion.VERSION_11
|
||||||
|
}
|
||||||
|
kotlinOptions {
|
||||||
|
jvmTarget = JavaVersion.VERSION_11
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
kapt {
|
kapt {
|
||||||
|
Loading…
Reference in New Issue
Block a user