Hello! If I wanted to create an Android and a Desk...
# getting-started
v
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.
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?
s