when migrating to dagger hilt do we need to remov...
# dagger
v
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
Hilt carries Dagger, you can remove all the Dagger dependencies and use only Hilt
v
thanks its been resolved.