Gradle: Print Dependency Graph On Terminal for Android

Easy way to visualize and list the dependency tree using Gradle tasks

gradle :app:dependencies
gradle app:dependencies
./gradlew app:dependencies
apply plugin: 'project-report'
$ ./gradlew htmlDependencyReport

--

--

CTO Laemon, CEO at www.nowl-labs.com, Founder at www.coderbee.de.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store