phansier/Clean-multimodel-arch

Hilt

abd3lraouf opened this issue · 1 comments

Will it be painful to use it throughout the project?

@AbdElraoufSabri Thanks for the question.

Actually we did not find Hilt useful for our project as it seems to be yet another abstraction over Dagger 2. However, it brings additional code generation and impact on compile time.

I suppose Hilt can be used with such an approach as it is built over Dagger 2 and as the approach itself can be used with any Dependency Injection framework.