I am currently working on a Compose Multiplatform project. As a mobile app developer, I am able to build APK file for Android and IPA file for iOS.
Now, I want to generate output for desktop applications (DMG for macOS and EXE for Windows) and web applications.
What I tried?
I created the simple hello world project from official KMP Wizard
https://kmp.jetbrains.com/#newProject
I used Fleet IDE to run the application, my project running on all the platforms. No problem in the code.
I checked the official website but couldn’t find detailed instructions on how to create these output files.