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.
com.google.dagger:hilt-android:2.29.1-alpha
- Networking module
- UI testing
- More scoped modules
Special thanks to @joancolmenerodev!