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