I'm writing an Android application with two build flavor. I'm using class with same name in both flavor and this class launched by common code placed in main/src/.
Now question is, is there way to update import-class reference when choose build flavor!! I have idea about Android-studio setting but this just not work until you remove old-import. Any suggestion !!