Bump Kotlin 2.4.0 + Compose MP plugin 1.11.1#221
Merged
Conversation
- Kotlin 2.3.21 -> 2.4.0, KSP 2.3.3 -> 2.3.9, Compose plugin 1.10.3 -> 1.11.1 - Drop -Xwasm-attach-js-exception (removed in Kotlin 2.4; emitted an unsupported-flag warning on every wasm build) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Owner
Author
|
π Umbrella PR: isaac-udy/ukpt#4 β merge this submodule PR first, then ukpt. |
- enro-compat: @PublishedApi on NavigationDirection.MetadataKey β Kotlin 2.4 promotes "internal type accessed from a public inline declaration" to an error. - CI: run the macOS/iOS job on macos-26 (Xcode 26 / iOS 26 SDK). Compose 1.11's skiko references the iOS 26 UIViewLayoutRegion API and fails to link on older SDKs. Verified locally under Xcode 26.1: :enro-compat:compileAndroidMain and :enro-runtime:linkDebugTestIosSimulatorArm64 both pass. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
isaac-udy
added a commit
to isaac-udy/ukpt
that referenced
this pull request
Jun 29, 2026
Picks up the @PublishedApi fix (NavigationDirection.MetadataKey) and the macos-26 CI runner from isaac-udy/Enro#221 β now green on both Linux and macOS/iOS jobs. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of the ukpt Kotlin 2.4 upgrade (umbrella PR in isaac-udy/ukpt β linked in a comment below).
-Xwasm-attach-js-exceptionβ removed in Kotlin 2.4, was emitting an "unsupported flag" warning on every wasm compile.Verification
Built transitively in the ukpt composite build: Android / desktop / wasmJs / iOS targets compile, and KSP (Enro processors) runs clean against the Kotlin 2.4.0 frontend.
π€ Generated with Claude Code