Skip to content

Instantly share code, notes, and snippets.

@kaszabimre
Last active July 17, 2020 09:31
Show Gist options
  • Save kaszabimre/86ffaf56a6b4334346e554d9e480aff3 to your computer and use it in GitHub Desktop.
Save kaszabimre/86ffaf56a6b4334346e554d9e480aff3 to your computer and use it in GitHub Desktop.
Add Hilt dependency to your root build.gradle
buildscript {
....
ext.hilt_version = '2.28-alpha'
ext.hilt_jetpack_version = '1.0.0-alpha01'
....
dependencies {
....
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
}
}
....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment