Skip to content

Instantly share code, notes, and snippets.

@CarlitosDroid
Created March 30, 2019 03:25
Show Gist options
  • Save CarlitosDroid/7212cc48ca798bd5cffd921732257fad to your computer and use it in GitHub Desktop.
Save CarlitosDroid/7212cc48ca798bd5cffd921732257fad to your computer and use it in GitHub Desktop.
Dynamic features knows that the app module exits, but this doesn't happen in the opposite direction.
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':app')
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