Created
October 15, 2020 05:55
-
-
Save anncode1/f300a00af7c5f7173b910c41a014fd87 to your computer and use it in GitHub Desktop.
This file contains 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
apply plugin: 'kotlin-kapt' | |
apply plugin: 'dagger.hilt.android.plugin' | |
dependencies { | |
def hilt_version = "2.28-alpha" | |
// Dagger Hilt | |
implementation "com.google.dagger:hilt-android:$hilt_version" | |
kapt "com.google.dagger:hilt-android-compiler:$hilt_version" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment