Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)