arunkumar9t2 / scabbard

🗡 A tool to visualize Dagger 2 dependency graphs
https://arunkumar9t2.github.io/scabbard
Apache License 2.0
852 stars 35 forks source link

Incompatible with Dagger Hilt? #54

Closed NaturallyAsh closed 4 years ago

NaturallyAsh commented 4 years ago

The graph worked very well with dagger, but I just migrated to dagger hilt and it no longer functions the same. Will you be added support for Hilt in the future? It seems that Hilt will become the main dagger according to Google.

arunkumar9t2 commented 4 years ago

Hi, thanks for letting me know. I am aware of this. But the graph itself would have been generated, just that gutter icon on Android Studio would be missing, since I have not added support for new annotations yet.

I have attached a sample in #52 and tracking this there.

The graphs' location would be:

Java : build/classes/java/$sourceSet/scabbard
Kotlin : build/tmp/kapt3/classes/$sourceSet/scabbard

If you find any other issue such as build failure or graphs not available, please add the details in #52 . Closing this for now,