Join Slack
Powered by
This syntax does not work for me ```compileKotlin ...
# gradle
c
Czar
11/02/2017, 12:29 PM
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?
Open in Slack
Previous
Next