Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessing libraries included in app module, inside dynamic modules #103

Open
droidyayu opened this issue May 8, 2021 · 1 comment
Open

Comments

@droidyayu
Copy link

droidyayu commented May 8, 2021

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

@Skullper
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants