Folks I’m all fresh with Compose and I have two qu...
# compose
j
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!
Screenshot 2023-05-05 at 14.51.39.png
c
For your first point, no idea. For your second point, to my knowledge, there is no preview available in IntelliJ for now. It's a planned feature.
m
The generated compose project code using intellIiJ is outdated most of the time so I would recommend creating the project using this wizard, it's the best available option right now. https://terrakok.github.io/Compose-Multiplatform-Wizard/
j
TIL, ty