Okay, I decided to write a desktop app in Jetpack ...
# multiplatform
c
Okay, I decided to write a desktop app in Jetpack Compose Multiplatform. I sat down, booted up Android Studio, and went to "New Project ..." And there's no option for a Desktop app on there? Is there no way to create a desktop app? Are there any instructions for adding a Desktop app to the Kotlin Multiplatform App that gets generated?
z
The currently recommended way to create new KMP projects is through the wizard: https://kmp.jetbrains.com This doc page also goes into more detail on getting started (skip the mobile parts if you don't need them) https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-multiplatform-create-first-app.html
👍 1
a
Is 'the wizard' this, apparently 3rd party managed, plugin? https://plugins.jetbrains.com/plugin/24691-kotlin-multiplatform-wizard
z
The official wizard is available on https://kmp.jetbrains.com, as linked above.
a
Thanks. Super confusing to have both the same name. Hopefully that can be resolved.