<@U19P7SPFW> True, I'll think about that
# gradle
g
@eskatos True, I'll think about that
c
That's easy, just add
apply false
to those you don't want to apply to root and add
apply { plugin("") }
to the subprojects you want it to be applied to (only works for non-core plugins)
But as @eskatos said, you'll loose static extensions and will have to write
"something"
instead of
something
g
Thank you!