SrJohnathan / Expressus

Kotlin Multiplatform Coffee Machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expressus

Featured in Kotlin Weekly - Issue #299 Featured in Kotlin Weekly - Issue #301 Android Weekly

KMM sample project acting as a playground to illustrate what's discussed in these articles:


Details

Shared

  • Model-View-Intent architecture
  • Finite State Machine to validate state transitions
  • State restoration (both for UI State and FSM State)
  • Compose for Desktop used in shared-ui module to share composables between Desktop and Android

Platforms

Mobile

  • UI State emissions using Kotlin Flow and Swift Combine Publisher
  • Jetpack Compose (+Desktop) and SwiftUI

./gradlew :androidApp:installDebug

Desktop

  • UI State emissions using Kotlin Flow
  • Compose for Desktop

./gradlew :desktopApp:run

Outputs

UI

FSM + MVI

Click on each image for full resolution

LICENSE

Copyright (c) 2022-present GuilhE

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Kotlin Multiplatform Coffee Machine

License:Apache License 2.0


Languages

Language:Kotlin 74.6%Language:Swift 24.3%Language:Ruby 1.1%