get_project_info
Retrieve Android project details: AGP and Kotlin versions, module list, and project name by providing the absolute project root path.
Instructions
Read root Android project info: AGP version, Kotlin version, modules list, project name. Pass projectPath = absolute path to the project root (the directory containing settings.gradle.kts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the Android project root. |