Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 411 Bytes

File metadata and controls

9 lines (5 loc) · 411 Bytes

DaggerHilt-LibImpl

In this project, we will explore different ways of using Dagger Hilt to inject dependencies into an Android application.

Dagger Hilt is a dependency injection library that makes it easier to manage dependencies in an Android application. It helps reduce repetitive code and improve the modularity and testability of the code.

Author