This changes the base dependency injection behavior of the app.
Hilt is based on dagger, in the end of the day, it's all dagger.
But hilt has way less boilerplate code and people don't have to know the dagger concept in depth.
Since the app has some Dynamic Feature Modules and those are not fully supported by Hilt (yet), they use standard dagger ;)
This changes the base dependency injection behavior of the app. Hilt is based on dagger, in the end of the day, it's all dagger. But hilt has way less boilerplate code and people don't have to know the dagger concept in depth.
Since the app has some Dynamic Feature Modules and those are not fully supported by Hilt (yet), they use standard dagger ;)