Update dependency com.google.devtools.ksp to v2.3.10#160
Update dependency com.google.devtools.ksp to v2.3.10#160anysoftkeyboard-bot wants to merge 1 commit into
Conversation
|
The proposed change updates the Kotlin Symbol Processing (KSP) plugin from version 2.3.8 to 2.3.10. KSP versions are strictly coupled to the Kotlin compiler version. Given that this is a patch update targeting the same Kotlin minor version (2.3.x), and the release notes specifically address critical issues like OOMs and incremental compilation bugs, this update is recommended for stability. The update appears safe and addresses known performance and correctness issues in the KSP plugin. |
anysoftkeyboard-bot
left a comment
There was a problem hiding this comment.
Routine dependency update for KSP from 2.3.8 to 2.3.9 to address performance regression and improve Gradle Configuration Cache support, compatible with current Kotlin 2.3.0 version.
0899a6f to
866a7c9
Compare
anysoftkeyboard-bot
left a comment
There was a problem hiding this comment.
The update to KSP 2.3.10 addresses critical performance and correctness issues while remaining compatible with the existing Kotlin 2.3.0 environment.
| android_gradle_plugin = "8.13.2" | ||
| kotlin_gradle_plugin = "2.3.0" | ||
| ksp_gradle_plugin = "2.3.8" | ||
| ksp_gradle_plugin = "2.3.10" |
There was a problem hiding this comment.
The KSP version is being updated to 2.3.10 while the Kotlin version remains at 2.3.0. While generally compatible within the same minor version, ensure that the build still passes, as KSP can sometimes be sensitive to specific Kotlin compiler patch versions.
This PR contains the following updates:
2.3.8->2.3.10Release Notes
google/ksp (com.google.devtools.ksp)
v2.3.10Compare Source
What's Changed
KSTypeImplto speed up processing (#2896)@JvmRecord(#2813)kotlinx.coroutinesin the distributed uber jarsymbol-processing-aa-embeddable(#2938)ksp(...)Gradle configuration in Kotlin Multiplatform (KMP) projects in favor of target-specific configurations (#2956). Note: Non-KMP projects are also affected. For migration details, see the documentation.Contributors
Full Changelog: google/ksp@2.3.9...2.3.10
v2.3.9Compare Source
What's Changed
Contributors
Full Changelog: google/ksp@2.3.8...2.3.9
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.