Skip to content

Instantly share code, notes, and snippets.

@caseykulm
Created August 14, 2017 20:17
Show Gist options
  • Save caseykulm/ced38ce40fa9f418e45bb73761cd2dc8 to your computer and use it in GitHub Desktop.
Save caseykulm/ced38ce40fa9f418e45bb73761cd2dc8 to your computer and use it in GitHub Desktop.
Case 2 (Naiive Solution): Same dependency used by many modules
dependencies {
implementation "com.google.dagger:dagger:2.11"
}
dependencies {
implementation "com.google.dagger:dagger:2.11"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment