Skip to content

Update dependency com.google.devtools.ksp to v2.3.8#151

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

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

Conversation

@anysoftkeyboard-bot
Copy link
Copy Markdown
Member

@anysoftkeyboard-bot anysoftkeyboard-bot commented Apr 25, 2026

This PR contains the following updates:

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

Release Notes

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

v2.3.8

Compare Source

What's Changed

  • Enabled new default annotation use-site rules in Kotlin's Analysis API (see KEEP 402) for more information. Note: KSP was already mostly compatible with KEEP 402, so there shouldn't be any visible changes for users. (#​2888)
  • Enabled ksp.project.isolation by default when Gradle isolated projects are enabled (#​2866)
  • Improved getSymbolsWithAnnotation performance by implementing a new PSI-based resolution strategy (#​2816)

Contributors

  • Thanks to @​hugoncosta made and everyone who reported bugs and participated in discussions!

Full Changelog: google/ksp@2.3.7...2.3.8

v2.3.7

Compare Source

What's Changed

  • Bumped Kotlin target language version to 2.3 (#​2821)
  • Fixed crash caused by upstream dependency (#​2856)
  • Fixed support for Gradle Isolated Projects (#​2844)

Contributors

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

Full Changelog: google/ksp@2.3.6...2.3.7


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

anysoftkeyboard-bot commented Apr 25, 2026

Feedback

🟡 Try

KSP and Kotlin version alignment

In the libs.versions.toml, kotlin_gradle_plugin is defined as 2.3.0, while ksp_gradle_plugin is being updated from 2.3.6 to 2.3.8.

KSP versions are strictly coupled to the Kotlin version. Typically, the KSP version string must start with the exact Kotlin version it supports (e.g., 2.1.0-1.0.29). Even if this project uses a non-standard or future versioning scheme, having a mismatch between the Kotlin base (2.3.0) and the KSP base (2.3.8) is likely to cause build errors or "version mismatch" warnings from the KSP plugin.

Consider verifying if:

  1. kotlin_gradle_plugin should also be updated to 2.3.8.
  2. Or if ksp_gradle_plugin should be set to a version compatible with 2.3.0 (e.g., 2.3.0-x.y.z).

Since compose-compiler is also linked to kotlin_gradle_plugin (2.3.0), updating the main Kotlin version would ensure all compiler plugins remain in sync.

Nice job on keeping dependencies updated!

✅ Approved

@anysoftkeyboard-bot anysoftkeyboard-bot force-pushed the renovate/ksp.gradle.plugin branch from c424699 to aaaf783 Compare May 16, 2026 08:04
@anysoftkeyboard-bot anysoftkeyboard-bot changed the title Update dependency com.google.devtools.ksp to v2.3.7 Update dependency com.google.devtools.ksp to v2.3.8 May 16, 2026
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