(Dis-) Advantage of having multiple modules in an Android Studio Project?

It is of great advantage to have multiple modules rather than to create a single large app-module. Following are the key points: If you find the compile time is taking longer then you can disable the module from gradle you are not working upon temporarily and compile it faster. A module helps us to divide … Read more