Restore lazy API call

pull/1837/head
Simon Marquis 2 years ago
parent b4ee730263
commit 8c9fe64ac0

@ -29,7 +29,7 @@ java {
targetCompatibility = JavaVersion.VERSION_11
}
tasks.withType<KotlinCompile> {
tasks.withType<KotlinCompile>().configureEach {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_11.toString()
}

Loading…
Cancel
Save