Bump Kotlin to 2.4.10 and KSP to 2.3.10 - #10
Merged
Merged
Conversation
Update the version catalog, KSP plugin lines in bindgen-api and bindgen-runtime, the Kotlin/Wasm compiler-compatibility script (CURRENT_KOTLIN_VERSION), and the version references in the compatibility guide, README, and CI job name. KSP 2.3.10 (2026-07-09) is the latest release compatible with Kotlin 2.4.x and fixes the module-suffix sanitization that broke against Kotlin 2.4.0 default module names. Previous stable row stays pinned to 2.3.21 to keep cross-line backward compatibility coverage.
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.
Summary
Patch bump of the Kotlin toolchain within the 2.4.x line.
2.4.0 → 2.4.10ingradle/libs.versions.toml2.3.9 → 2.3.10— latest release (2026-07-09), compatible with Kotlin 2.4.x; fixes module-suffix:sanitization that broke against Kotlin 2.4.0 default module namesbindgen-apiandbindgen-runtimeCURRENT_KOTLIN_VERSION→2.4.10inscripts/verify-kotlin-wasm-compiler-compatibility.shNotes
2.3.21in the compat-gate. This is the cross-line backward-compatibility row that verifies the runtime still executes wasm modules shipped by the previous stable compiler; a patch bump within 2.4.x does not affect that matrix.module.yaml(wasm-core/wat/cli) already referenced2.4.10inmain; this PR alignslibs.versions.tomlwith them.2.4.0/2.3.9references remain in build, scripts, docs, or workflows.Changed files (7)
Test plan
Kotlin/Wasm compilers 2.4.10 and 2.3.21job passes (compat-gate)./gradlew :bindgen-api:compileTestDevelopmentExecutableKotlinWasmWasibuilds under 2.4.10./gradlew :bindgen-runtime:jvmTestpasses