Update dependency com.google.devtools.ksp to v2.3.9#160
Update dependency com.google.devtools.ksp to v2.3.9#160anysoftkeyboard-bot wants to merge 1 commit into
Conversation
|
The change is a routine dependency update for the Kotlin Symbol Processing (KSP) plugin from version 2.3.8 to 2.3.9. This update addresses a performance regression and improves Gradle Configuration Cache support. The project is currently using Kotlin version 2.3.0. Given the versioning alignment (both are in the 2.3.x series), this update is expected to be compatible and beneficial for build performance. The PR follows the project's dependency management patterns using the Version Catalog. |
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.
| android_gradle_plugin = "8.13.2" | ||
| kotlin_gradle_plugin = "2.3.0" | ||
| ksp_gradle_plugin = "2.3.8" | ||
| ksp_gradle_plugin = "2.3.9" |
There was a problem hiding this comment.
While not a blocking issue, ensure that the KSP version 2.3.9 does not strictly require Kotlin 2.3.9 if the versioning scheme follows a strict match. However, since this is a patch update within the same minor version, it is likely intended for the 2.3.x Kotlin release cycle.
This PR contains the following updates:
2.3.8->2.3.9Release Notes
google/ksp (com.google.devtools.ksp)
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.