https://kotlinlang.org logo
#dagger
Title
v

Vivekpanchal64

08/02/2022, 1:00 PM
when migrating to dagger hilt do we need to remove core dagger ? but will it works because i am not doing the modification in whole code but incremental migration i am planing module by module. if anyone had done this please help me i am stuck
f

FunkyMuse

08/02/2022, 4:47 PM
Hilt carries Dagger, you can remove all the Dagger dependencies and use only Hilt
v

Vivekpanchal64

08/02/2022, 8:35 PM
thanks its been resolved.
6 Views