List @Preview composables
devilge_list_compose_previewsScans Android/KMM projects for Jetpack Compose @Preview functions, returning their file locations and parsed annotation parameters.
Instructions
Statically scans the configured Android/KMM project for Jetpack Compose @Preview functions and returns their locations plus parsed annotation parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxFiles | No | Maximum number of .kt files to scan. Defaults to 5000. | |
| moduleFilter | No | Optional path (relative to project root) to restrict the scan, e.g. "app/src/main". |