Skip to content

Instantly share code, notes, and snippets.

@hieuwu
Created August 1, 2023 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hieuwu/4a5446063a748f09e91c3c888968b69f to your computer and use it in GitHub Desktop.
Save hieuwu/4a5446063a748f09e91c3c888968b69f to your computer and use it in GitHub Desktop.
build.gradle (app)
implementation "com.google.dagger:hilt-android:$hilt_version"
annotationProcessor "com.google.dagger:hilt-compiler:$hilt_version"
implementation "androidx.hilt:hilt-navigation-compose:1.0.0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment