Search code examples
androidkotlindagger

Can we use dagger only in some parts of an android app?


Until now we have not used dagger in our android app. We want to use dagger for whatever new code that we write in our app from now on. Is this possible ? I just started exploring dagger and i have a doubt if this is possible.


Solution

  • Yes , It is possible. You can add dagger for ongoing project and use it.