Join Slack
Powered by
<@U0KBF8D7V> - how does the problem you experience...
# dagger
d
David
11/19/2018, 3:41 PM
@Paul Woitaschek
- how does the problem you experience manifest? Within my app I have 8 levels deep of Gradle Modules, each with Dagger. As I mentioned in the thread, I use component-to-component deps in order to build the graph. So in your pic,
:app
would have a component dependency on
: librarya
&
:libraryb
and
:librarya
a dependency on
:libraryb
. Since
:libraryb
has already been built by
:app
I reuse that component when constructing
:librarya
.
Open in Slack
Previous
Next