Skip to content

Instantly share code, notes, and snippets.

@CarlitosDroid
Created March 30, 2019 03:07
Show Gist options
  • Save CarlitosDroid/b23428c5b7e41c4808655652641a96b6 to your computer and use it in GitHub Desktop.
Save CarlitosDroid/b23428c5b7e41c4808655652641a96b6 to your computer and use it in GitHub Desktop.
App module using Core Module (Android Library)
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