How can we create a graph of Dagger 2's dependencies?
There doesn't seem to be anything ready yet.
There's an open issue in Dagger 2 Github requesting the same.
I have built Scabbard using Dagger SPI that can generate Dagger 2 dependency graph during build time and later it link to @Component
and @Subcomponent
in IDE via IDE plugins.
Example: