/HiltExample

A sample project to use Hilt as dependency injection library.

Primary LanguageKotlin

HiltExample

A sample project to use Hilt as dependency injection library. Hilt is use to design make dagger easier to implement in android. Its a dependency injection library.It is built on the top of dagger. Types of Dependency Injections

  1. Field Injection 2. Constructor Injection Constructor Injection is recommended.