Get Started
Upload a Gradle dependency output (TXT) to visualize it as a graph.
How to generate the TXT
Run your Gradle dependency task (e.g., ./gradlew app:dependencies --configuration debugRuntimeClasspath > dependencies.txt)
and export the output
to a TXT file.