This syntax does not work for me ```compileKotlin ...
# gradle
c
This syntax does not work for me
Copy code
compileKotlin {
	kotlinOptions.jvmTarget = "1.8"
}
I can do it with
tasks.withType
but I'm just curious what is needed for above syntax to work?