Created
March 30, 2019 03:07
-
-
Save CarlitosDroid/b23428c5b7e41c4808655652641a96b6 to your computer and use it in GitHub Desktop.
App module using Core Module (Android Library)
This file contains 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 { | |
api project(':core') | |
implementation fileTree(dir: 'libs', include: ['*.jar']) | |
testImplementation 'junit:junit:4.12' | |
androidTestImplementation 'androidx.test.ext:junit:1.1.0' | |
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1' | |
kapt "com.google.dagger:dagger-compiler:${versions.dagger}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment