Hey folks! 👋
Noob question about Compose app configuration for a desktop app. I was playing around with KMP for a while for Android and iOS, and everything is pretty much straightforward there.
Now I'm trying to build a desktop-only app, and both creating a project from scratch and using templates (
here and
here) don't have the configuration if the desktop is the only target.
How should I add a configuration to Idea/Fleet for running the app on the desktop? Tnx!