Hi everyone, I have one issue when I use Hilt. In ...
# android
f
Hi everyone, I have one issue when I use Hilt. In my application, I used another library run on dagger. My library run on hilt. And I want to use my library in app use dagger. How to inject my library in app?
j
I think this issue will help you https://github.com/google/dagger/issues/2132
👍 1
f
Thank you. I will try to learn from it