1

I want to export the dependency tree to a file. How can I do so?

Below is the command I used to generate dependency

./gradlew app:dependencies
Ankush Kapoor
  • 445
  • 1
  • 8
  • 20

1 Answers1

4

I would try:

./gradlew :app:dependencies > ~/Desktop/output.txt
Shlomi Katriel
  • 2,103
  • 1
  • 7
  • 20