Search code examples
intellij-ideagradleintellij-14

Visualizing gradle dependencies in Intellij


Is there a way to visualize project dependencies for a gradle project in Intellij? For a maven project, if you right click in the pom.xml you get a Show dependencies option but there I don't see such an option for a gradle project.

Does this feature exist for gradle project?


Solution

  • I did a small search in IDEA and Google and looks like there is not way to see Gradle dependency but I have found the plugin "Gradle View" which does what you need

    http://plugins.jetbrains.com/plugin/7150

    You can open a ticket and maybe they will add a better Gradle support in IDEA 15