Created
July 26, 2020 01:54
-
-
Save prasannajeet/5ee49962c4a517312d2111e613f47e5e 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
apply plugin: 'dagger.hilt.android.plugin' | |
// Since these are alpha dependencies and subject to change they will remain outside of the | |
// dependencies.gradle script till they reach 1.0.0 | |
implementation "com.google.dagger:hilt-android:2.28-alpha" | |
kapt "com.google.dagger:hilt-android-compiler:2.28-alpha" | |
implementation 'androidx.hilt:hilt-lifecycle-viewmodel:1.0.0-alpha02' | |
kapt 'androidx.hilt:hilt-compiler:1.0.0-alpha02' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment