https://kotlinlang.org logo
Title
c

Colton Idle

04/15/2023, 12:10 PM
Haven't touched compose multiplatform in months, but I work on compose ui on android daily. What's the best way for me to start a new pet project for both ios and android?
c

christophsturm

04/15/2023, 12:50 PM
a

Alejandro Rios

04/15/2023, 1:39 PM
Or this one that can include some libraries if need it https://terrakok.github.io/Compose-Multiplatform-Wizard/
d

Dima Avdeev

04/15/2023, 2:00 PM
Also, you can observe our samples: https://github.com/JetBrains/compose-multiplatform/tree/master/examples main samples is imageviewer
s

Stefan Oltmann

04/15/2023, 8:06 PM
I highly recommend checking out https://github.com/Kotlin/kmm-production-sample/tree/compose-app. This repository provides an excellent example of a MVI/Redux based architecture, which I adopted for my app.
c

Colton Idle

04/16/2023, 7:19 PM
Thanks all. Exactly what I needed!