I feel like I must be missing something on the documentation, I seem to be stuck in a circle trying to find an answer.
I want to develop a Native Desktop Application, meaning you can launch the (k)exe on Windows, Mac, or Linux, and be presented with a User Interface.
I want the User Interface to be made up of Material Compose Components.
I want to define the UI once, and each Desktop Application ends up looking roughly the same.
I want this without requiring the machine to have the JVM installed.
When I try to find information on this, it seems like everything can be Native, up until the JVM requirement. Then Compose Multiplatform ends up looking like (iOS, Android, JVM, Web). When using the multiplatform wizard and selecting only Desktop, I seem to get JVM targeting code, not native executables anymore.
Is it possible to setup a Native Kotlin Material UI Compose Desktop Multiplatform Application?