Skip to content

Gradle Dependencies

Display the dependency tree for a module, helping you understand what libraries your project uses and identify version conflicts.

ParameterTypeRequiredDefaultDescription
projectDirstringYesAbsolute path to the Android project root
modulestringNo:appModule to show dependencies for
configurationstringNoConfiguration to show (e.g., debugCompileClasspath)

Show the dependency tree for my app

Show debugCompileClasspath dependencies for the :app module

Show releaseRuntimeClasspath dependencies