Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tetraquark/arcsecondkmp

Example of full stack application using Kotlin Multiplatform
https://github.com/tetraquark/arcsecondkmp

Last synced: about 1 month ago
JSON representation

Example of full stack application using Kotlin Multiplatform

Awesome Lists containing this project

README

        

# ArksecondKMP

Small example of "full-stack" application using Kotlin Multiplatform.

The app displays some astronomical data using the open [Arksecond API](https://api.arcsecond.io/).

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