There is no `build.gradle` anymore :sweat_smile: ....
# gradle
x
There is no
build.gradle
anymore 😅 ...on the other hand, I can do something similar with
tasks.withType<Wrapper> { ... }
, but still there should be a way for doing this without having that "task", huh?