https://github.com/trflorian/kmpdesktopapptemplate
Template for building desktop apps using Kotlin Multiplatform
https://github.com/trflorian/kmpdesktopapptemplate
desktop kmp kotlin kotlin-multiplatform
Last synced: 6 days ago
JSON representation
Template for building desktop apps using Kotlin Multiplatform
- Host: GitHub
- URL: https://github.com/trflorian/kmpdesktopapptemplate
- Owner: trflorian
- Created: 2024-06-23T08:56:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T14:46:14.000Z (11 months ago)
- Last Synced: 2025-03-30T21:51:14.576Z (about 1 month ago)
- Topics: desktop, kmp, kotlin, kotlin-multiplatform
- Language: Kotlin
- Homepage:
- Size: 420 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kotlin Multiplatform Desktop App
This is a template to start working with Kotlin Multiplatform for Desktop Application Development.
It is based on the official kotlin multiplatform wizard with some tweaks, for example using material 3 and a default dark mode setup.
## Resources
- [Official KMP Docs](https://www.jetbrains.com/help/kotlin-multiplatform-dev/get-started.html)
- [KMP Project Wizard](https://kmp.jetbrains.com/)
- [How to setup your development environment for KMP](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-setup.html#check-your-environment)