I am using Android Studio latest version and built one Library project and exported as say A.aar(Obfuscated) with more than two submodules in it. When I integrate the A.aar file in my sample android application, I am able to access the classes defined in module A but I am not able to access the submodule classes and their methods. How can I access the submodule classes/methods in sample application.
Note: I have set the proguard rules in each modules and submodules.