Gradle Dependencies
Overview
Section titled “Overview”Display the dependency tree for a module, helping you understand what libraries your project uses and identify version conflicts.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
projectDir | string | Yes | — | Absolute path to the Android project root |
module | string | No | :app | Module to show dependencies for |
configuration | string | No | — | Configuration to show (e.g., debugCompileClasspath) |
Examples
Section titled “Examples”Show the dependency tree for my app
Show debugCompileClasspath dependencies for the :app module
Show releaseRuntimeClasspath dependencies
Related Tools
Section titled “Related Tools”- Gradle Build — Build the project
- Gradle Task — Run dependency-related tasks