Four independently working Android modules:
MyProjectMainModule, a main container application, attached to MyProje
For Adding Module into Android Studio
File>>New>>Import Module>>select module, click on finish
Goto settings.gradle file and add the module name as below separated by comma i.e. include ':app', ':payUMoneysdk'
Now module is added in the project see in the app root folder.
Goto project setting and click on dependencies click on the plus (+) symbol and choose the module, click on ok.
The following module is added in the build.gradle with name implementation project(':payUMoneysdk')
Here i am sharing the image for your reference... i added PayUmoney and Mobilehelpsdk modules in my project its working properly..