Folks I’m all fresh with Compose and I have two questions regarding Compose Desktop projects.
• Is it correct that only IntelliJ offers a “compose multiplatform” option when creating a new project? Android studio offers only android based types of projects. So far I create my skeletons using IntelliJ, and then straight move to Android studio, which feels weird.
• Second, Is there a way to have access to the “split” view from Compose Android when using multiplatform projects? I found no way to access those when creating a KMP project from IntelliJ.
Thanks!