Enable Java 8 language feature support

pull/2400/head
Eugene 5 years ago
parent bc825bdefa
commit c349fb0e37
No known key found for this signature in database
GPG Key ID: E1FD745328866B0A

@ -91,6 +91,14 @@ android {
checkReleaseBuilds false checkReleaseBuilds false
} }
compileOptions {
sourceCompatibility = 1.8
targetCompatibility = 1.8
}
kotlinOptions {
jvmTarget = "1.8"
}
} }
dependencies { dependencies {

Loading…
Cancel
Save