Last active
August 14, 2017 20:14
-
-
Save caseykulm/355c76cb836744cd67034c73b2d424ff to your computer and use it in GitHub Desktop.
Case 1 (Naiive Solution): Many dependencies from one project used
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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