plus the equivalent groovy is basically the same: ...
# gradle
o
plus the equivalent groovy is basically the same:
tasks.withType(KotlinCompile) { ... }
👍 1