Created
March 30, 2019 03:25
-
-
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.
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 { | |
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