Skip to content

Scaffold Compose Screen

Generate a Compose screen with a main composable function, preview function, and optional ViewModel.

ParameterTypeRequiredDefaultDescription
projectDirstringYesAbsolute path to the Android project root
screenNamestringYesScreen name (e.g., Profile creates ProfileScreen.kt)
packageNamestringYesPackage name
modulestringNoappModule name
includeViewModelbooleanNofalseAlso generate a ViewModel file

Create a ProfileScreen composable with package com.example.myapp

Scaffold a SettingsScreen with a ViewModel