Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 372 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 372 Bytes

Hilt, Koin and Dagger comparisons

The repository contains 4 branches.

  • master all the app logic is here
  • di-hilt Hilt setup
  • di-dagger Dagger setup
  • di-koin Koin setup

Topics covered in this sample:

  • What is Hilt
  • Module definition
  • Dependency definition
  • Injection
  • ServiceLocator
  • Multimodules Gradle
  • Scopes
  • Comaprisons with Koin and Dagger