Hello! I'm trying to run a desktop app with compose multiplatform.
I'm using fleet ide on mac, when i run composeApp[desktop] it comes up with java icon. Is this a macOS app?
It says that I can run all 3 platforms window, macOs and Linux with one desktop app, but if I open this project in window, will it run as a window app? I have separate files for androidMain, iosMain, wasmJsMain. but only one for desktopMain. Do window, mac, linux all run together as one file?