Skip to content
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

Upgrade to kotlin 1.9.23 #617

Merged
merged 1 commit into from
Mar 8, 2024
Merged

Upgrade to kotlin 1.9.23 #617

merged 1 commit into from
Mar 8, 2024

Conversation

dpad85
Copy link
Member

@dpad85 dpad85 commented Mar 8, 2024

This PR upgrades kotlin to version 1.9.23. This fixes an issue in cinterop in PhoenixCrypto with the latest XCode (version 15.3):

> Task :cinteropPhoenixCryptoIosArm64 FAILED
Exception in thread "main" java.lang.Error: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.4.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:615:74: error: unknown type name 'NSUInteger'
        at org.jetbrains.kotlin.native.interop.indexer.UtilsKt.ensureNoCompileErrors(Utils.kt:275)
        at org.jetbrains.kotlin.native.interop.indexer.IndexerKt.indexDeclarations(Indexer.kt:1246)
        at org.jetbrains.kotlin.native.interop.indexer.IndexerKt.buildNativeIndexImpl(Indexer.kt:1229)
        ...

Details can be found in KT-65542.

@dpad85 dpad85 merged commit 5cfaa98 into master Mar 8, 2024
2 checks passed
@dpad85 dpad85 deleted the kotlin-1.9.23 branch March 8, 2024 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants