ArksecondKMP
Small example of "full-stack" application using Kotlin Multiplatform.
The app displays some astronomical data using the open Arksecond API.
Contains a small server implementation using Ktor-Server and Android and iOS application using KMM.
Server
- Ktor
- SQLDelight
- kotlinx.serialization
Kotlin Multiplatform Mobile
- moko-mvvm
- SQLDelight
- kotlinx.coroutines
- kotlinx.serialization
Android
- Jetpack Compose
iOS
Maybe it will coming soon
- SwiftUI