arunkumar9t2 / scabbard

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

Unclear documentation. #62

Open lectricas opened 4 years ago

lectricas commented 4 years ago

Hi. I'm trying to use this tool and I stumble across some issues. First of all, it's unclear from https://arunkumar9t2.github.io/scabbard/ this page how exactly to install the tool. Where should I put all the gradle lines? Root or project gradle? Does the plugin works alone, or I need to setup gradle files also?

Also, filepath for generated files is wrong for me. I found generated files by this path ./app/build/intermediates/javac/debug/classes/scabbard

Also, even I've installed the plugin I'm unable to find the icon to run the generation.

Thank you!

arunkumar9t2 commented 3 years ago

Hi apologies for delay in triaging, I am working on revamping the documentation.

The gradle plugin can be applied to either root or app level build.gradle, however root build.gradle is preferred since it will automatically configure all available modules.

Could you please let me know if the following works? Right click on the ./app/build/intermediates/javac/debug/classes/scabbard folder in Android Studio/IntelliJ and Mark Directory as -> Generated sources root. After this, please wait for indexing and let me know if icons appear. Thank you.