Hello, is there any guide, how to create this (<ht...
# multiplatform
r
Hello, is there any guide, how to create this (https://github.com/JetBrains/kotlin-mpp-example) kind of project from scratch? I’ve tried to follow this https://github.com/JetBrains/kotlin-native/blob/master/MULTIPLATFORM.md but with no success especially wiring common/shared module as framework to new xcode project. Also I’ve seen different project structures, one with common module at root of project with three source sets for common, common-platform-ios, common-platform-android and the other one with three seperate modules for common, common-platform-ios, common-platform-android. Problem is, it is hard to find out which build.gradle settings and dependencies are for which source set.
t
Multiplatform manual is for platform native plugin (or even konan), not for new multiplatform plugin.
r
ok, but here https://github.com/h0tk3y/k-new-mpp-samples isn’t needed info how to create project with iOS support either
l
Agree with Ildar, the link to the Kotlin/Native repository isn’t applicable to the new multiplatform model. We are working on such a guide right now, I think all the new guides will be announced separately and added to the Tutorials section of kotl.in
r
guide from https://kotlinlang.org/docs/reference/native/multiplatform.html is the same as kotlin-native MULTIPLATFORM.md as far as iOS app creation
l
Please, just wait for a while, we’ll update it soon