Example of fat-aar plugin.
Run gradle task:
gradlew :mylibrary:deployFreeRelease
this will build project mylirary to aar file and copy the aar file to app/libs directory, then you can use the embedded dependency in the app module
Example of fat-aar plugin.
Run gradle task:
gradlew :mylibrary:deployFreeRelease
this will build project mylirary to aar file and copy the aar file to app/libs directory, then you can use the embedded dependency in the app module