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
Klitos Kyriacou
01/18/2022, 5:52 PM
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
leandro
01/20/2022, 9:12 PM
thanks, it’s halfway there I guess.. I can bootstrap a projet with JS target but nothing else