shiami / PeopleInSpace

Minimal Kotlin Multiplatform project using Jetpack Compose and SwiftUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PeopleInSpace

Minimal Kotlin Multiplatform project using Jetpack Compose and SwiftUI. Currently running on

  • Android (Jetpack Compose)
  • iOS (SwiftUI)
  • watchOS (SwiftUI)
  • macOS (SwiftUI)
  • Desktop (Compose for Desktop)
  • Web (Kotlin/JS + React Wrapper)
  • JVM (small Ktor back end service)

It makes use of basic API (http://open-notify.org/Open-Notify-API/People-In-Space/) to show list of people currently in space (inspired by https://kousenit.org/2019/12/19/a-few-astronomical-examples-in-kotlin/)! The list is shown on Android using Jetpack Compose, on iOS using SwiftUI and on Web using Kotlin/JS React wrapper.

Related posts:

Note that this repository very much errs on the side of mimimalism to help more clearly illustrate key moving parts of a Koltin Multiplatform project and also to hopefully help someone just starting to explore KMP to get up and running for first time (and is of course primarily focussed on use of Jetpack Compose and SwiftUI). If you're at stage of moving beyond this then I'd definitely recommend checking out KaMPKit

Building

You need to use Android Studio Canary version. Have tested on XCode v11 and v12. When opening iOS/watchOS/macOS projects remember to open .xcworkspace file (and not .xcodeproj one). To exercise web client run ./gradlew :web:browserDevelopmentRun.

Jetpack Compose for Desktop client

This client is available in compose-desktop module. Note that you currently need to use EAP version of kotlin plugin and also use appropriate JVM when running (works for example with Java 11)

Languages, libraries and tools used

About

Minimal Kotlin Multiplatform project using Jetpack Compose and SwiftUI

License:Apache License 2.0


Languages

Language:Kotlin 70.9%Language:Swift 25.4%Language:Ruby 3.2%Language:HTML 0.5%