Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 613 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 613 Bytes

Android Dagger Hilt MVP

This project is to show how to implement a Model View Presenter (MVP) using Dagger Hilt since all Hilt examples use Android ViewModel and LiveData.

alt text

Components 📦

Alt text

Current Hilt Release ⚙️

com.google.dagger:hilt-android:2.29.1-alpha

Incomming... 🛠️

  • Migrate to Hilt 2.30.1
  • Non Android library Module using the new hilt-core
  • Standalone scoped screen feature module

Contributors 🍺

Special thanks to @joancolmenerodev!