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
Cesar Roman
04/08/2022, 5:29 PM
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
CristianGM
04/08/2022, 5:31 PM
I was trying to find applicationVariants type
e
ephemient
04/08/2022, 11:03 PM
what that tells you is that the Android Gradle Plugin eagerly configures all its variants. nothing Gradle itself can do about that