Skip to content

Instantly share code, notes, and snippets.

@sanogueralorenzo
Last active February 25, 2019 04:50
Show Gist options
  • Save sanogueralorenzo/bc81cf813ce35b4b4296146f8c2e38b4 to your computer and use it in GitHub Desktop.
Save sanogueralorenzo/bc81cf813ce35b4b4296146f8c2e38b4 to your computer and use it in GitHub Desktop.
apply from: "$rootDir/common-android-library.gradle"
dependencies {
implementation project(Modules.cache)
implementation project(Modules.network)
implementation project(Modules.presentation)
implementation Libraries.koin
implementation Libraries.rxkotlin
implementation SupportLibraries.appcompat
implementation Libraries.androidlifecycle
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment