Skip to content

Instantly share code, notes, and snippets.

@thegarlynch
Created March 12, 2020 15:51
Show Gist options
  • Save thegarlynch/16da076686067a9329b5ff0dd6e4f31d to your computer and use it in GitHub Desktop.
Save thegarlynch/16da076686067a9329b5ff0dd6e4f31d to your computer and use it in GitHub Desktop.
tutorial-dagger-snippet-add-dependencies
dependencies {
implementation "com.google.dagger:dagger:$dagger_version"
kapt "com.google.dagger:dagger-compiler:$dagger_version"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment