Skip to content

Instantly share code, notes, and snippets.

@caseykulm
Created August 14, 2017 20:19
Show Gist options
  • Save caseykulm/6d93a64e46de64494cbfb61b446f09a6 to your computer and use it in GitHub Desktop.
Save caseykulm/6d93a64e46de64494cbfb61b446f09a6 to your computer and use it in GitHub Desktop.
Case 2 (Templating Solution): Same dependency used by many modules
dependencies {
implementation deps.dagger
}
dependencies {
implementation deps.dagger
}
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