Hello Gradle community!
we would like to share our Avast internal tool for analyzing Gradle dependencies.
https://github.com/avast/gradle-dependencies-viewer
Since there is still no good support for Gradle dependencies view in IntelliJ IDEA (at least not good as for Maven is) and it’s really difficult to browse (especially for larger projects with tens of listed dependencies) we decided to create this very simple tool. This tool usually helps us to solve such common dependency-hell problem like “Where this dependency/artifact came from?” or “Which dependencies are coming with this included artifact?”.
You can try to use it HERE .
All suggestions are welcome.
-L. Vitasek aka Vity