app-bundle-samples icon indicating copy to clipboard operation
app-bundle-samples copied to clipboard

Accessing libraries included in app module, inside dynamic modules

Open droidyayu opened this issue 3 years ago • 1 comments

I am trying to access libraries included in app module from dynamic feature module. It gives error about the libraries. Any possible way out to solve this issue.

Screenshot 2021-05-09 at 12 15 52 AM Screenshot 2021-05-09 at 12 16 25 AM Screenshot 2021-05-09 at 12 16 35 AM

droidyayu avatar May 08 '21 18:05 droidyayu

@chinuayu Try this way: implementation(files("./libs/your.aar"))

Skullper avatar May 14 '21 07:05 Skullper