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