In Android Studio, a complex project is installed by five modules. Four of them act as independent applications, but one of them is the basic code for the rest. Thus, I can have a large common core and four separate codes for each application (these applications share the data of the shame model and the api connections).
My question is whether it is possible to restore, clean or synchronize only one module, and not the entire project in Android Studio.
Thanks!
android module android-studio compilation project
Víctor albertos
source share