Kotlin 2.1.0 support for swiftBundling
feature
#130
Answered
by
TadeasKriz
popovych-y
asked this question in
Q&A
-
Hello everyone I am trying to update kotlin version used in the KMP project. Once i do that the iOS app fails to build producing messages like |
Beta Was this translation helpful? Give feedback.
Answered by
TadeasKriz
Dec 31, 2024
Replies: 1 comment 2 replies
-
Forgot to mention, the type |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thanks for the report. This is a SKIE bug where the bundled Swift code isn't resolved between modules due to a change in Kotlin 2.1.0. It no longer produces klib files, but instead has directories with the contents. We'll fix this in SKIE, but in the meantime either stay on Kotlin pre-2.1.0 or symlink the Swift files into your shared module.