Creating a live aar file with multiple modules

I have a project with 3 gradle project modules as dependencies. Is there a way to create a fat aar without converting the dependency modules to a jar file.

+3


source to share





All Articles