read_gradle
Parses a Gradle module's build.gradle.kts to extract plugins, Android configuration, and dependencies for analysis.
Instructions
Read a module's build.gradle.kts and return parsed structure: plugins, android { } block, dependencies block. Pass modulePath = absolute path to the module directory (e.g. /path/to/project/app).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modulePath | Yes | Absolute path to the Gradle module directory. |