-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kotlin 2.0.20 incompatibility: NoSuchMethodError: 'org.jetbrains.kotlin.config.CompilerConfigurationKey org.jetbrains.kotlin.backend.konan.KonanConfigKeys$Companion.getBITCODE_EMBEDDING_MODE()' #95
Comments
Xcode 14 deprecates bitcode embedding support, and Xcode 15 removes it. |
Thanks @ZacSweers for the report. I've got a 2.0.20-RC working with SKIE and will probably release a preview version this week. |
Unfortunately didn't get to release a preview as other things got in the way and there were some behavior changes in Kotlin 2.0.20 that require changes in SKIE tests. Since Kotlin 2.0.20 is now out, we'll add support for it directly in the 0.9.0 release if all goes according to plan. |
@ZacSweers If you could give |
Testing here slackhq/circuit#1605 |
looks good on our end! |
I just tested SKIE 0.9.0-RC.3 with Kotlin 2.0.20 on a fairly simple project (Ktor client with some REST API defnitions) and when trying to build the XCFramework I get the following error:
|
Ok, the issue seems to be gone after I have removed a broken import in one of the test files... |
Hello, fyi, I tried changing skie version from 0.8.2 to 0.9.0-RC.3 with kotlin 2.0.20 in my project, and encountered some weird error which I was not sure what to do about it
However I didn't do much research yet, since it is only RC version |
Did you try excluding the META-INF file in your Gradle build file? |
@radimjanda754 Hi, could you send us the contents of |
I'm not able to open this kotlin_module file through Android Studio
The error message sounds to me like there is problem with <:> character in the filename itself. |
Yeah you might be right. Could you try with the |
0.9.3-RC looks good on my end as well. Though, I have the follow warnings:
One stacktrace:
|
Any news for a sharp release for Kotlin 2.0.20? |
Hey @Syrou, I'm returning to this to get a full release out. Need to fix the reported issues and release a new RC, once we know it's ready it'll go out. Thanks for the patience. |
Forgot to close this, |
Looks like a simple breaking API change in the
KonanConfigKeys
.The text was updated successfully, but these errors were encountered: