1 question
2
votes
1
answer
119
views
Does Android Fused Library support including local AARs?
I am trying to use Android Fused Library Plugin to build and publish our library.
I am using a sample code at https://github.com/android/gradle-recipes/blob/agp-9.0/applyFusedLibraryPlugin/...