[iOS] Exploring MVI framework for Kotlin Multiplatform

Profile Picture
- Published on Mar 29, 2020馃審 Public

Check out MVIKotlin on Github.

We are playing around with a Kotlin multiplatform framework. Lots of new things in this project to explore: 1. MVI 2. Kotlin Multiplatform 3. Swift UI

We spent time understanding how Store works and exploring the SwiftUI views.

It took us 16 minutes to compile the iOS libraries. Wonder if it compiling changes will also take a while.

Next steps would be to further explore Views and Bindings. And also make a change on the Kotlin level and see how that propagates up to the iOS level.