dave08
12/16/2018, 1:44 PMjvmTarget = "1.8"
only for unit tests in gradle for an Android app? I was using: tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
kotlinOptions {
jvmTarget = "1.8"
}
}
But then I got crashes on older 4.4 devices...