chore(deps): bump org.jetbrains.kotlin:kotlin-reflect from 2.3.21 to 2.4.0#146
chore(deps): bump org.jetbrains.kotlin:kotlin-reflect from 2.3.21 to 2.4.0#146dependabot[bot] wants to merge 1 commit into
Conversation
|
Holding this one. `kotlin-reflect` must match the Kotlin compiler version, but the project is on the Kotlin plugin `2.3.21` (build.gradle.kts) — bumping only `kotlin-reflect` to `2.4.0` mixes a 2.4.0 reflect/stdlib onto a 2.3.21 toolchain. This needs a dedicated whole-toolchain upgrade (Kotlin 2.4.0 plugin + matching KSP + reflect together), not an isolated bump. Leaving open as a reminder for that upgrade. |
a871598 to
167580c
Compare
Bumps [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) from 2.3.21 to 2.4.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.3.21...v2.4.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
167580c to
db90c6a
Compare
|
Done in #161 — a full Kotlin 2.3.21 -> 2.4.0 toolchain upgrade (plugin + compiler + stdlib + reflect, aligned), rather than the isolated kotlin-reflect bump here which would mismatch the 2.3.21 compiler. Closing. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps org.jetbrains.kotlin:kotlin-reflect from 2.3.21 to 2.4.0.
Release notes
Sourced from org.jetbrains.kotlin:kotlin-reflect's releases.
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin:kotlin-reflect's changelog.
... (truncated)
Commits
add726cAdd ChangeLog for 2.4.0-RC269a4a81[Wasm] Add binaryen per-file arguments8907c63[KGP] Suppress duplicate compiler warning output when --warning-mode=all is a...f9bef12[KGP] Add failing test for duplicate compiler warning output via Problems API7fe49c2KT-86268: Use 2.4.0 toolchain for abiValidation with older CVs13d25e2KT-86268: Regression test addedf7d1a76[JKlib] Fix JAR deserializer configuration.5cec663[JKlib] Wire up JvmBuiltInClassDescriptorFactoryef14611Make the default stability of non-final classesUnknowninstead ofStabled76473a[Gradle] Fix GeneralNativeIT.shouldAllowToOverrideDownloadUrl test failures