Skip to content

Update dependency com.google.devtools.ksp to v2.3.9#160

Open
anysoftkeyboard-bot wants to merge 1 commit into
mainfrom
renovate/ksp.gradle.plugin
Open

Update dependency com.google.devtools.ksp to v2.3.9#160
anysoftkeyboard-bot wants to merge 1 commit into
mainfrom
renovate/ksp.gradle.plugin

Conversation

@anysoftkeyboard-bot
Copy link
Copy Markdown
Member

This PR contains the following updates:

Package Type Update Change
com.google.devtools.ksp (source) plugin patch 2.3.8 -> 2.3.9

Release Notes

google/ksp (com.google.devtools.ksp)

v2.3.9

Compare Source

What's Changed

  • Cleaned up native cross-compilation support checks to prevent Gradle Configuration Cache invalidation (#​2953)
  • Fixed a compilation performance regression in in PsiResolutionStrategy introduced in 2.3.8 (#​2948)

Contributors

  • Thanks to everyone who reported bugs and participated in discussions!

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@anysoftkeyboard-bot
Copy link
Copy Markdown
Member Author

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.

Copy link
Copy Markdown
Member Author

@anysoftkeyboard-bot anysoftkeyboard-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread gradle/libs.versions.toml
android_gradle_plugin = "8.13.2"
kotlin_gradle_plugin = "2.3.0"
ksp_gradle_plugin = "2.3.8"
ksp_gradle_plugin = "2.3.9"
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants