Hello,
I have multimodule architecture  and  within it  library modules of Lib1 ,Lib2,Lib3 as module
app module dependent  Lib1 and Lib1 o  Lib2 and Lib2  on Lib3 .
I want to create a single aar file of app module . I am able to create it while including  aar file(of app module) in sample app but have to include aar of Lib1 and  Lib2  and Lib3 along with it. I am not looking for a fat aar  solution.
Thanks