Generate a production-ready Kotlin Compose for Desktop project in seconds
Used for window title and app name
E.g. codeeditor
Required for setting the Maintainer field in the DEBIAN/control file
Required for setting the Description field in the DEBIAN/control file
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