Questions tagged [android-sourcesets]
17 questions
0
votes
0 answers
How to communicate between custom flavour files in android?
I have two custom flavors - free and paid. Free flavour comes with basic features whereas the paid one comes with advanced features.
I invoke paid version files from free. This works fine in paid build variant since this will include both(free and…

Sureka
- 1
- 1
0
votes
1 answer
How to use the same file java class in two different projects in Android Studio
I need use the class SharedClass.java in two projects: ProjectA and ProjectB, and if I change the code of SharedClass, it needs to change in the other project too.

user2022323
- 35
- 7