Hello! If I wanted to create an Android and a Desktop app, that shared as much code as possible, where would I start? IntelliJ's New Project > Kotlin Multiplatform makes no reference to either mobile or desktop! And Android Studio obviously makes no reference to desktop either. I would be using Jetpack Compose for the UI.
v79
08/12/2023, 9:10 AM
I've done a little digging and I don't think you could build a shared desktop/android UI in Jetpack Compose; they are quite different?