Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-23T14:46:14.000Z (8 months ago)
- Last Synced: 2024-11-24T15:14:51.769Z (2 months ago)
- Topics: desktop, kmp, kotlin, kotlin-multiplatform
- Language: Kotlin
- Homepage:
- Size: 420 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- 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.![kmp_desktop](https://github.com/trflorian/kmpDesktopAppTemplate/assets/27728267/28a58ad6-dcee-4511-9806-528fe724837a)
## 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)