Join Slack
Powered by
you could do: ``` tasks { "compileKotlin"(Kotli...
# gradle
b
bamboo
08/22/2017, 10:14 PM
you could do:
Copy code
tasks { "compileKotlin"(KotlinCompile::class) { kotlinOptions {...} } }
But the type must be specified either way.
2
Views
Open in Slack
Previous
Next