Generate a production-ready Kotlin Compose for Desktop project in seconds
After extracting your project, you'll need to make the Gradle wrapper executable on Unix-based systems (Linux and macOS). This is required because ZIP files don't preserve executable permissions.
Open terminal in your project directory and run:
chmod +x gradlew
This makes the Gradle wrapper script executable
No action needed! Windows uses the gradlew.bat file which doesn't require executable permissions.
gradlew.bat
You can run your project directly
Generating your project...