Skip to content

Instantly share code, notes, and snippets.

@prasannajeet
Created July 26, 2020 01:54
Show Gist options
  • Save prasannajeet/5ee49962c4a517312d2111e613f47e5e to your computer and use it in GitHub Desktop.
Save prasannajeet/5ee49962c4a517312d2111e613f47e5e to your computer and use it in GitHub Desktop.
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