Skip to content

Bump com.google.devtools.ksp from 2.3.9 to 2.3.10 - #122

Open
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/gradle/com.google.devtools.ksp-2.3.10
Open

Bump com.google.devtools.ksp from 2.3.9 to 2.3.10#122
dependabot[bot] wants to merge 2 commits into
mainfrom
dependabot/gradle/com.google.devtools.ksp-2.3.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 16, 2026

Copy link
Copy Markdown
Contributor

Bumps com.google.devtools.ksp from 2.3.9 to 2.3.10.

Release notes

Sourced from com.google.devtools.ksp's releases.

2.3.10

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)
  • Memoized hash code for KSTypeImpl to speed up processing (#2896)
  • Fix incorrect name generation for data classes annotated with @JvmRecord (#2813)
  • Include kotlinx.coroutines in the distributed uber jar symbol-processing-aa-embeddable (#2938)
  • New debugging features for incremental compilation, including additional logging and dependency graph visualization (#3015)
  • Deprecate the 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

Commits
  • ccf45ce Remove unreachable code
  • e1f7634 Rename tpe to kaType
  • b29f39b Make calcValue's parent parameter non-nullable
  • fcbd0a5 Record references to classes in annotation arguments
  • caea1d4 Add integration test for module names
  • 35a2599 Add logging for dependency graph
  • f28914d Clean up module name tests
  • 04666c1 fix: sanitize ':' in internal-name module suffix so KSP 2.3.9 works with Kotl...
  • abea428 Add negative test for incremental compilation
  • e0c0033 Qualify shadowing name
  • Additional commits viewable in compare view

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 16, 2026
@dependabot
dependabot Bot force-pushed the dependabot/gradle/com.google.devtools.ksp-2.3.10 branch 4 times, most recently from f6df569 to ae020b5 Compare July 16, 2026 18:21
@KamilPatora

Copy link
Copy Markdown
Collaborator

@dependabot recreate

@dependabot
dependabot Bot force-pushed the dependabot/gradle/com.google.devtools.ksp-2.3.10 branch 2 times, most recently from eea8e95 to 952203a Compare July 23, 2026 09:39
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.3.9 to 2.3.10.
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.3.9...2.3.10)

---
updated-dependencies:
- dependency-name: com.google.devtools.ksp
  dependency-version: 2.3.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/gradle/com.google.devtools.ksp-2.3.10 branch from 952203a to 2f23e4b Compare July 23, 2026 09:47
@radoslaw-panuszewski

radoslaw-panuszewski commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

It seems there is a bug in KSP 2.3.10 introduced here. The kspTestKotlin task is wrongly skipped due to onlyIf conditions. See build scan which reproduces this issue

@KamilPatora

Copy link
Copy Markdown
Collaborator

Nice @radoslaw-panuszewski! Was thinking about what's wrong. Do you mind sumbitting issue or contributing the fix in ksp?

@dependabot @github

dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Contributor Author

A newer version of com.google.devtools.ksp exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants