Marc Knaup
08/23/2019, 1:42 PM.kts
Gradle files Android Studio doesn’t import all settings properly and I cannot access the module settings to change the version manually.octylFractal
08/23/2019, 8:42 PMKotlinCompile
tasks:
tasks.withType<KotlinCompile> {
kotlinOptions {
jvmTarget = "1.8"
}
}
This seem to work with IntelliJ, so I presume AS would pick it up as well