Created
August 14, 2017 20:19
-
-
Save caseykulm/6d93a64e46de64494cbfb61b446f09a6 to your computer and use it in GitHub Desktop.
Case 2 (Templating Solution): Same dependency used by many modules
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 deps.dagger | |
} |
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 deps.dagger | |
} |
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
buildscript { | |
ext.versions = [ | |
daggerVersion: "2.11" | |
] | |
ext.deps = [ | |
dagger: "com.squareup.retrofit2:retrofit:$versions.daggerVersion" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment