Skip to content

Instantly share code, notes, and snippets.

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

  • Save trinhlbk1991/7f2519a8e32312095bf35b52f0299061 to your computer and use it in GitHub Desktop.

Select an option

Save trinhlbk1991/7f2519a8e32312095bf35b52f0299061 to your computer and use it in GitHub Desktop.
Blog Hilt root build.gradle
buildscript {
ext.hilt_version = "2.35"
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