Hey guys,
I’m currently researching a possibility to create a Web, Android, iOS and Windows App with Kotlin Multiplatform. Unfortunately the existing documentation is only helpful if you want to create a fullstack Web App in Kotline Multiplatform (Backend + Frontend) or a Android & iOS App, but not web, desktop and mobile at once, for example.
Do you guys have any helpful resources on that topic?
I tried creating a project via “Kotlin” → “Compose Kotlin Multiplatform”, set the targets to Web JS, Android, Desktop and iOS, but the build configuration only seems to work for Android, other Build configurations won’t appear and I don’t know which of them I need to add.
I attached a screenshot.