You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 8, 2022. It is now read-only.
First of all, thank you for such a wonderful lib because We all know how much pain can cause by application context while developing a library module in Android.
I am developing a lib and I have used your lib to get application context. It is working perfectly but recently I have faced an issue when I added my lib to a dependency module. Following crash were throwing
I have an app called FUN. It has 2 dependency module dep-one and dep-two Where both dependencies don't need any application context. Here I'm injecting my lib to dep-two
that's where the issue arises.
First of all, thank you for such a wonderful lib because We all know how much pain can cause by application context while developing a library module in Android.
I am developing a lib and I have used your lib to get application context. It is working perfectly but recently I have faced an issue when I added my lib to a dependency module. Following crash were throwing
Failed resolution of: Lcom/github/florent37/application/provider/ApplicationProviderKt
Let me elaborate little more further.
I have an app called FUN. It has 2 dependency module dep-one and dep-two Where both dependencies don't need any application context. Here I'm injecting my lib to dep-two
that's where the issue arises.
Any help would be appreciatable.