Hi all,
I’m trying to create a new Multiplatform Kotlin library regarding official document
https://kotlinlang.org/docs/tutorials/mpp/multiplatform-library.html
After creating a new project (Kotlin-> Library) I don’t have listed folders as described in the doc (Missing macOS folders).
So, after updating IntelliJ and Koltin to the latest versions, I don’t have the same “options” as I already have in the previous versions of multiplatform libs/projects (common code, Android, iOS, Web).
Instead of that macOS, I can see native folders, and the missing part is packForXCode (a task for creating iOS framework) in .kts file.
So, my question is, do I need to combine two docs to create a full multiplatform project, or is there something new to try instead of?
https://kotlinlang.org/docs/tutorials/mpp/multiplatform-library.html
https://kotlinlang.org/docs/mobile/discover-kmm-project.html#ios-framework
Thanks