Last active
July 6, 2020 18:10
-
-
Save Audhil/66464216b62b86a70924a2280382cbce to your computer and use it in GitHub Desktop.
dagger-hilt - dependencies - gist 1
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
// app/build.gradle | |
implementation "com.google.dagger:hilt-android:{latest_version}" | |
kapt "com.google.dagger:hilt-android-compiler:{latest_version}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment