Assuming flavor1a, flavor1b, flavor2a, and flavor2b...
Assuming directory structure:
src
-flavor1
-flavor2
-main
Is there a simple way, in gradle, to do the following:
productFlavors {
flavor1a {
// Point to src/flavor1
}
}
I can't seem to configure via sourceSets = ['src/xxxx'] in each product flavor in my build.gradle