This message was deleted.
# community-support
s
This message was deleted.
c
This is an #CJYS1DAP5 specific question It seems like all variants are always configured no matter what (I haven't look if that supposed to be like that)
c
you’re right this is android’s specific. but from a gradle’s point of view.
configureEach
should work the way I’m expecting to based on my description?
c
I was trying to find applicationVariants type
e
what that tells you is that the Android Gradle Plugin eagerly configures all its variants. nothing Gradle itself can do about that
thank you 1