Scaffold Android project
scaffold_android_projectCreate a minimal Jetpack Compose Android project with single module, version catalog, and Gradle wrapper, ready to build and deploy.
Instructions
Create a new minimal Jetpack Compose app project (single module, version catalog, Gradle wrapper included) ready to build with build_app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appName | Yes | App name, e.g. 'My Notes' | |
| directory | Yes | Directory to create the project in (must not exist or be empty) | |
| packageName | Yes | Application id, e.g. 'com.example.mynotes' |