Android - How to export dependency tree to a file?

1.2k Views Asked by At

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
1

There are 1 best solutions below

0
Shlomi Katriel On BEST ANSWER

I would try:

./gradlew :app:dependencies > ~/Desktop/output.txt