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 targetCompatibility = JavaVersion.VERSION_11
} }
tasks.withType<KotlinCompile> { tasks.withType<KotlinCompile>().configureEach {
kotlinOptions { kotlinOptions {
jvmTarget = JavaVersion.VERSION_11.toString() jvmTarget = JavaVersion.VERSION_11.toString()
} }

Loading…
Cancel
Save