To analyze the project graph, run the graphAnalysis task on the project module you with
to analyze.
For example, in the sample project we could run:
../gradlew :app:graphAnalysisThis will generate a GraphML file at app/build/graphAnalytics/analysis.graphml. This file
can then be loaded into a visualization utility, as documented in
Visualization.