darkmoon_uk
01/06/2023, 1:20 AM1.8.0
dropped support for flavoured variants? 👉🧵darkmoon_uk
01/06/2023, 4:46 AMmain
, unitTest
and instrumentedTest
source-sets.
v1 was already somewhat broken because it didn't generate source-sets for flavor permutations; but rather than fix this v2 seems to have gone the other way and broken it completely!
I don't see how this is addressed in the documentation either. Variant types are mentioned, but only variant-less examples are given. 😞Sebastian Sellmair [JB]
01/17/2023, 6:08 PMsourceSets.invokeWhenCreated("androidFreeDebug") {
}
Sebastian Sellmair [JB]
01/17/2023, 6:12 PM