Does anyone know a convenient way to get current s...
# android
h
Does anyone know a convenient way to get current selected flavor inside gradle script?
l
there is no such thing as “selected flavor” in gradle. if you select a flavour in studio it will just run tasks related to the flavour
h
But is it possible to at least put it in some extensions so it could be accessed later right?