Skip to content

Update dependency com.google.devtools.ksp to v2.3.10#391

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ksp-monorepo
Open

Update dependency com.google.devtools.ksp to v2.3.10#391
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ksp-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.google.devtools.ksp (source) 2.3.42.3.10 age confidence

Release Notes

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

v2.3.10

Compare Source

What's Changed

  • Fix OOMs caused by unstopped coroutine Dispatcher threads by moving KSP task cache to a gradle build service (#​2817)
  • Sanitize ':' in internal-name module suffix so KSP works with Kotlin 2.4.0 default module names (#​2964)
  • Filter source file trees in KspAATask to restore NO-SOURCE skipping behaviour (#​2947)
  • Fix R-class resolution in KSP when AGP 9 built-in Kotlin is enabled (#​2857)
  • Fix KSP2 incremental cache path normalization mismatch (#​2854)
  • Normalize line endings for KspAATask source roots to prevent cross-platform remote build cache misses (#​2849)
  • Fix bug where KSP incremental compilation does not consider library class references in annotations (#​3011)
  • Consume all Kotlin sources in KSP to support other code generators (#​3001)
  • Fix configuration cache invalidation in klib cross-compilation check (#​3014)

Contributors

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

Full Changelog: google/ksp@2.3.9...2.3.10

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

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 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

v2.3.6

Compare Source

What's Changed
  • Fixed an issue where module recompilation would fail on Windows environments when KSP2 was enabled (#​2774)
  • Resolved an issue where generated Java sources were ignored when using Android Kotlin Multiplatform with IP-compatible paths (#​2744)
  • Fixed a KSP version 2.3.5 CI error exception that does not break build checks (#​2763)
  • Added symbol-processing-api and common-deps to compile dependencies (#​2789)
  • Improved the detection of built-in Kotlin by removing the reliance on KotlinBaseApiPlugin (#​2772)
  • A back-port of a performance optimization in the Intellij / Analysis API (2785 )
  • Added support for nested typealias Kotlin language feature #​2588
  • Exclude jdbc package from log4j to prevent vulnerability issue #​2651
Contributors

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

v2.3.5

Compare Source

What's Changed
  • KSPCoreEnvironment.instance_prop leaks memory when used programmatically #​2742
  • Missing first annotation argument when toByte is used #​2672
  • Fix circular dependency between KSP and KAPT in AGP 9.0 #​2743
Contributors
  • Thanks to everyone who reported bugs and participated in discussions!

Full Changelog: google/ksp@2.3.4...2.3.5


Configuration

📅 Schedule: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update dependency com.google.devtools.ksp to v2.3.5 Update dependency com.google.devtools.ksp to v2.3.6 Feb 17, 2026
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch from 24426d9 to 0de9cfd Compare February 17, 2026 23:47
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch from 0de9cfd to 87b3267 Compare April 22, 2026 23:06
@renovate renovate Bot changed the title Update dependency com.google.devtools.ksp to v2.3.6 Update dependency com.google.devtools.ksp to v2.3.7 Apr 22, 2026
@renovate renovate 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 13, 2026
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch from 87b3267 to 69d30b4 Compare May 13, 2026 17:53
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch from 69d30b4 to ac1d4df Compare May 26, 2026 21:30
@renovate renovate Bot changed the title Update dependency com.google.devtools.ksp to v2.3.8 Update dependency com.google.devtools.ksp to v2.3.9 May 26, 2026
@renovate renovate Bot changed the title Update dependency com.google.devtools.ksp to v2.3.9 Update ksp monorepo to v2.3.9 Jun 2, 2026
@renovate renovate Bot changed the title Update ksp monorepo to v2.3.9 Update ksp monorepo Jun 22, 2026
@renovate renovate Bot changed the title Update ksp monorepo Update dependency com.google.devtools.ksp to v2.3.9 Jun 25, 2026
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch from ac1d4df to f5979ce Compare July 9, 2026 23:36
@renovate renovate Bot changed the title Update dependency com.google.devtools.ksp to v2.3.9 Update dependency com.google.devtools.ksp to v2.3.10 Jul 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants