Dagger Hilt Tutorial - Step by Step Guide
This repository contains a sample app that implements Dagger-Hilt in MVVM architecture using Kotlin.
The app has following packages:
- data: It contains all the data accessing and manipulating components.
- di: It contains the files required by Dagger
- ui: View classes along with their corresponding ViewModel.
- utils: Utility classes.