Last active
March 2, 2022 09:28
-
-
Save cp-hardik-p/4066fbb980dcb4074d0c1bbe9edb326d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Dagger - Hilt | |
| implementation "com.google.dagger:hilt-android:{latest-version}" | |
| kapt "com.google.dagger:hilt-android-compiler:{latest-version}" | |
| //hiltViewModel | |
| implementation 'androidx.hilt:hilt-navigation-compose:{latest-version}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment