A web-based project generator that creates ready-to-use Kotlin Compose for Desktop applications with a single click.
- Instant Project Setup: Generate a complete Compose for Desktop project in seconds
- Custom Configuration: Tailor your project with various dependencies and settings
- Interactive Dependency Selection: Visual cards for easy selection of libraries and components
- Live Code Preview: See your build scripts and
Main.kt
file in real-time as you customize your project - Modern UI: Material 3 theming with dark mode support
- Production Ready: Includes Gradle wrapper, proper project structure, and testing setup
- Cross-Platform: Works on Windows, macOS, and Linux
The wizard creates a customized Kotlin project with:
- Proper Gradle configuration
- Compose for Desktop dependencies
- Material 3 theming
- Dark mode support
- Dependency injection with Koin
- Optional libraries based on your selection
.
βββ build.gradle.kts
βββ gradle
βΒ Β βββ wrapper
βΒ Β βββ gradle-wrapper.jar
βΒ Β βββ gradle-wrapper.properties
βββ gradle.properties
βββ gradlew
βββ gradlew.bat
βββ README.md
βββ settings.gradle.kts
βββ src
βββ main
βΒ Β βββ kotlin
βΒ Β βΒ Β βββ App.kt
βΒ Β βΒ Β βββ AppModule.kt
βΒ Β βΒ Β βββ Database.kt
βΒ Β βΒ Β βββ Main.kt
βΒ Β βΒ Β βββ MainViewModel.kt
βΒ Β βΒ Β βββ Models.kt
βΒ Β βΒ Β βββ theme
βΒ Β βΒ Β βββ Color.kt
βΒ Β βΒ Β βββ Theme.kt
βΒ Β βΒ Β βββ Type.kt
βΒ Β βββ resources
βββ test
βββ kotlin
βββ resources
For more detailed information, check out Wiki:
This project is licensed under the MIT License - see the LICENSE file for details.