Unable to see dependency tree with gradlew OR gradle

Solution 1:

Your top level build.gradle doesn't have any dependencies itself. You'll have to run (from the project root dir):

./gradlew app:dependencies