Join Slack
Powered by
if not this might work: ``` tasks.withType<...
# gradle
b
bamboo
01/19/2017, 1:01 PM
if not this might work:
Copy code
tasks.withType<KotlinCompile> { kotlinOptions { targetCompatibility = "1.8" } }
👍 3
😵 1
Open in Slack
Previous
Next