Hey everyone,
I am trying to create multiple namespaces and applicationId base on different flavour dimensions
where I do have /src for all different flavor Dimensions
I am able to generate different namespaces and applicationId but facing issue like, whichever the last flavour is execute/build, it allowing only that name spaces (package name) instead of active build variant which I have selected. where I have common layout in main directory which is common for all flavour.
Does any one had face similar problem/issue or implemented ?