Kotlin multiplatform, swift UI, jetpack compose — simple screen

Daniel Llewellyn
6 min readJan 9, 2021
What we’re going to build

I’m going to demonstrate a fairly simple screen, built up of common components in jetpack compose and swift UI and backed by models written in kotlin multiplatform. Over the course of several articles, I’ll build up our application to cover database storage and retrieval, an idea of how dependencies can be resolved, using MVI for a formal architecture and how we can handle…

--

--