I build an android library using Dagger 2. Can I use Dagger without application class?
For further actions, you may consider blocking this person and/or reporting abuse
I build an android library using Dagger 2. Can I use Dagger without application class?
For further actions, you may consider blocking this person and/or reporting abuse
Jaimin Bariya -
ALI ALHARBI -
Art -
Akanksha Asutkar -
Top comments (1)
My library should provide a custom Application that extends DaggerApplication. However, it is not recommended to use Dagger in a library