``` tasks.withType<KotlinCompile> { kotl...
# announcements
p
Copy code
tasks.withType<KotlinCompile> {
    kotlinOptions.jvmTarget = "1.8"
}