Minimal Kotlin Multiplatform project with SwiftUI, Jetpack Compose, Wear Compose, Compose for Desktop, Compose for Web and Kotlin/JS + React clients along with Ktor backend.
Find a file
2020-09-06 16:20:49 +01:00
.github/workflows trigger github actions build for PRs as well 2020-07-05 13:16:35 +01:00
app SwiftUI updates + move image url retrieval to shared code 2020-09-06 16:20:49 +01:00
backend kotlin 1.4 2020-08-30 09:37:51 +01:00
buildSrc update to compose alpha02 + related library updates 2020-09-04 08:50:20 +01:00
common SwiftUI updates + move image url retrieval to shared code 2020-09-06 16:20:49 +01:00
gradle/wrapper kotlin 1.4 2020-08-30 09:37:51 +01:00
ios/PeopleInSpaceSwiftUI SwiftUI updates + move image url retrieval to shared code 2020-09-06 16:20:49 +01:00
macOS/PeopleInSpace Removed file that shouldn't be tracked 2020-09-06 16:19:54 +01:00
watchos/PeopleInSpaceWatch Removed file that shouldn't be tracked 2020-09-06 16:19:54 +01:00
web kotlin 1.4 2020-08-30 09:37:51 +01:00
.gitignore Removed file that shouldn't be tracked 2020-09-06 16:19:54 +01:00
build.gradle update to gradle plugin 4.2.0-alpha09 2020-09-02 20:13:16 +01:00
gradle.properties kotlin 1.4 2020-08-30 09:37:51 +01:00
gradlew Update gradle to 6.5.1 2020-07-21 12:11:41 +02:00
gradlew.bat Update gradle to 6.5.1 2020-07-21 12:11:41 +02:00
README.md kotlin 1.4 2020-08-30 09:37:51 +01:00
settings.gradle.kts initial cut of backend/web modules 2020-04-26 19:29:28 +01:00

PeopleInSpace

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

  • Android
  • iOS
  • watchOS
  • macOS
  • Web
  • 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 (please be aware that these were written pre Kotlin 1.4...I plan on updating them soon to reflect 1.4 changes):

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 v4.2 (currently preview/canary version). Have tested on XCode v11 and v12 beta. When opening iOS/watchOS/macOS projects remember to open .xcworkspace file (and not .xcodeproj one). To exercise web client run ./gradlew :web:browserDevelopmentRun.

Languages, libraries and tools used