Skip to content

Instantly share code, notes, and snippets.

@anncode1
Created October 15, 2020 05:55
Show Gist options
  • Save anncode1/f300a00af7c5f7173b910c41a014fd87 to your computer and use it in GitHub Desktop.
Save anncode1/f300a00af7c5f7173b910c41a014fd87 to your computer and use it in GitHub Desktop.
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