Skip to content

Instantly share code, notes, and snippets.

@caseykulm
Last active August 14, 2017 20:14
Show Gist options
  • Save caseykulm/355c76cb836744cd67034c73b2d424ff to your computer and use it in GitHub Desktop.
Save caseykulm/355c76cb836744cd67034c73b2d424ff to your computer and use it in GitHub Desktop.
Case 1 (Naiive Solution): Many dependencies from one project used
dependencies {
implementation "com.squareup.retrofit2:retrofit:2.3.0"
implementation "com.squareup.retrofit2:converter-gson:2.3.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment