Restore lazy API call

pull/899/head
Simon Marquis 1 year ago
parent ba19aa6da0
commit 16fd42a766

@ -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