Set up new Compose Multiplatform apps with a single command.
curl -fsSL https://composables.com/get-composables.sh | bashWarning
The CLI tool has only be tested on Mac, but it should work on other platforms. If you face any issues with it, kindly open an issue.
composables init composeApp
cd composeApp
./gradlew run