What happened to the template to create a multipla...
# intellij
l
What happened to the template to create a multiplatform “app”? There’s only library, then “Native application” and “Full-Stack Web Application”. I remember one having Android, iOS, and web.
k
Not sure if it does what you want, but if you select Gradle instead of Kotlin for the project type in the left-hand menu, you can then click Kotlin/Multiplatform under "Additional libraries" on the right. It's described as "Multi-targeted (JVM, JS, iOS, etc.) project with shared code in common modules. The targets can be configured in the project''s build script."
l
thanks, it’s halfway there I guess.. I can bootstrap a projet with JS target but nothing else