Last active
February 25, 2019 04:50
-
-
Save sanogueralorenzo/bc81cf813ce35b4b4296146f8c2e38b4 to your computer and use it in GitHub Desktop.
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
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