Dependency graph visualization tool

Hello. Does anybody knows a tool to visualize gradle dependency graph(specifically for android) like intellij can do for maven?

Something like this.

You can use the plugin https://github.com/dorongold/gradle-task-tree which provide you a textual tree view.

I know about that. There also an intellij Gradle View plugin that does something simular(or maybe it’s based on this). What I need is graphical, not text visualization. Even better if I can move around dependencies like for maven.

There’s Code Iris, a plugin for for AS. It could be better but it’s really the only one I’ve gotten to work.