Last active
September 8, 2020 06:32
-
-
Save catalinghita8/7d42f4038615fafcfbb0003e01b329d9 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: 'kotlin-kapt' | |
| apply plugin: 'dagger.hilt.android.plugin' | |
| ... | |
| dependencies { | |
| ... | |
| implementation "com.google.dagger:hilt-android:2.28-alpha" | |
| implementation 'androidx.hilt:hilt-lifecycle-viewmodel:1.0.0-alpha02' | |
| kapt "com.google.dagger:hilt-android-compiler:2.28-alpha" | |
| kapt 'androidx.hilt:hilt-compiler:1.0.0-alpha02' | |
| kaptAndroidTest '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