Skip to content

Instantly share code, notes, and snippets.

@barbeau
Created May 24, 2021 20:02
Show Gist options
  • Save barbeau/83834a5d2e4946b886db76a57c22f12d to your computer and use it in GitHub Desktop.
Save barbeau/83834a5d2e4946b886db76a57c22f12d to your computer and use it in GitHub Desktop.
Medium article - Room + Flow for location updates - Root
buildscript {
...
ext.hilt_version = '2.35'
dependencies {
// Hilt for dependency injection
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