Conversation
| Kotlin Gradle plugin automatically provisions the necessary machine code from SwiftPM dependencies. | ||
| So, for example, you don't need to do any additional configuration when running Kotlin/Native tests or linking a framework. | ||
|
|
||
| You cannot, however, [export](multiplatform-spm-export.md) the KMP module that uses SwiftPM import as a Swift package itself. |
There was a problem hiding this comment.
Let's mention https://youtrack.jetbrains.com/issue/KT-84420 here, since we're aware of this limitation and plan to address it. I think we can elaborate that you will be able to produce an XCFramework, but you should expect linkage difficulties in the iOS application.
There was a problem hiding this comment.
I'd say the elaboration should stay on the YouTrack side, at least for now? If this doesn't work, I'd care only for the fact that it doesn't work, but probably will. When there's a specific implementation available, we'll talk about its specific difficulties explicitly.
There was a problem hiding this comment.
Could we please add information from this section from the Google doc. I added it last week, so @zamulla most likely didn't see it. Unfortunately, it's necessary to mention these limitations, as these can still arise
No description provided.