Skip to content

Instantly share code, notes, and snippets.

@cp-hardik-p
Last active March 2, 2022 09:28
Show Gist options
  • Save cp-hardik-p/4066fbb980dcb4074d0c1bbe9edb326d to your computer and use it in GitHub Desktop.
Save cp-hardik-p/4066fbb980dcb4074d0c1bbe9edb326d to your computer and use it in GitHub Desktop.
// 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