Does `tasks.withType<KotlinCompile>() { ... ...
# community-support
p
Does
tasks.withType<KotlinCompile>() { ... }
behave the same as
tasks.withType<KotlinCompile>().configureEach { ... }
? 🤔
e
It does not.
👍 1