Implemented desugaring to be able to compile KorIM for Android
This commit is contained in:
parent
3041c5aec3
commit
44f0bf7d34
|
@ -34,6 +34,14 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_1_8
|
||||
targetCompatibility = JavaVersion.VERSION_1_8
|
||||
}
|
||||
kotlinOptions {
|
||||
jvmTarget = "1.8"
|
||||
}
|
||||
|
||||
lintOptions {
|
||||
isCheckReleaseBuilds = false
|
||||
//If you want to continue even if errors found use following line
|
||||
|
|
Loading…
Reference in New Issue