Does anyone have some references for using the KMM...
# multiplatform
p
Does anyone have some references for using the KMM on server side ?
k
Here is one official project for backend ( using ktor) and frontend (iOS and Android) with KMM. https://github.com/JetBrains/kotlinconf-app
l
KMM is for mobile, but you can share code and build for both JVM and native using the same codebase. I have a rather large open source project where the engine is written in Kotlin multiplatform and compiles to both JVM, native and JS. The android version simply uses the same codebase.
p
Thanks, that helps.
p
@loke Hi! Could you please share a link to the project?
l
The main page has a link to the repository at the bottom. https://kapdemo.dhsdevelopments.com/
thank you color 1
The android project is separate and not linked directly from the page since it's very early and not ready for use. The source is here. https://codeberg.org/loke/androidkap