Skip to content

Instantly share code, notes, and snippets.

@pavan520
Created June 26, 2020 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pavan520/ed1672fd7c61712ac22e68ddbee3d8cf to your computer and use it in GitHub Desktop.
Save pavan520/ed1672fd7c61712ac22e68ddbee3d8cf to your computer and use it in GitHub Desktop.
buildscript {
...
ext.hilt_version = '2.28-alpha'
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