Skip to content

Instantly share code, notes, and snippets.

@trinhlbk1991
Created May 28, 2021 04:03
Show Gist options
  • Select an option

  • Save trinhlbk1991/837b51d99bd27e9b824f8bbc6cacb607 to your computer and use it in GitHub Desktop.

Select an option

Save trinhlbk1991/837b51d99bd27e9b824f8bbc6cacb607 to your computer and use it in GitHub Desktop.
Blog Hilt app build.gradle
plugins {
id "org.jetbrains.kotlin.kapt"
id "dagger.hilt.android.plugin"
}
dependencies {
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