List build variants
list_variantsLists build variants for an Android module by inspecting its Gradle assemble tasks to identify available variant names.
Instructions
List build variants of a module by inspecting its Gradle assemble tasks (runs './gradlew :tasks').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module | No | Module name, e.g. 'app' (defaults to session) | |
| projectDir | No | Project root (defaults to session) |