Skip to content

Commit 9caadf3

Browse files
Update dependency com.google.devtools.ksp to v2.3.10 (#491)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.google.devtools.ksp](https://goo.gle/ksp) ([source](https://redirect.github.com/google/ksp)) | `2.3.9` → `2.3.10` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin/2.3.10?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin/2.3.9/2.3.10?slim=true) | --- ### Release Notes <details> <summary>google/ksp (com.google.devtools.ksp)</summary> ### [`v2.3.10`](https://redirect.github.com/google/ksp/releases/tag/2.3.10) [Compare Source](https://redirect.github.com/google/ksp/compare/2.3.9...2.3.10) #### What's Changed - Fix OOMs caused by unstopped coroutine Dispatcher threads by moving KSP task cache to a gradle build service ([#&#8203;2817](https://redirect.github.com/google/ksp/issues/2817)) - Sanitize ':' in internal-name module suffix so KSP works with Kotlin 2.4.0 default module names ([#&#8203;2964](https://redirect.github.com/google/ksp/issues/2964)) - Filter source file trees in KspAATask to restore NO-SOURCE skipping behaviour ([#&#8203;2947](https://redirect.github.com/google/ksp/issues/2947)) - Fix R-class resolution in KSP when AGP 9 built-in Kotlin is enabled ([#&#8203;2857](https://redirect.github.com/google/ksp/issues/2857)) - Fix KSP2 incremental cache path normalization mismatch ([#&#8203;2854](https://redirect.github.com/google/ksp/issues/2854)) - Normalize line endings for KspAATask source roots to prevent cross-platform remote build cache misses ([#&#8203;2849](https://redirect.github.com/google/ksp/issues/2849)) - Fix bug where KSP incremental compilation does not consider library class references in annotations ([#&#8203;3011](https://redirect.github.com/google/ksp/issues/3011)) - Consume all Kotlin sources in KSP to support other code generators ([#&#8203;3001](https://redirect.github.com/google/ksp/issues/3001)) - Fix configuration cache invalidation in klib cross-compilation check ([#&#8203;3014](https://redirect.github.com/google/ksp/issues/3014)) #### Contributors - Thanks to [@&#8203;mvanhorn](https://redirect.github.com/mvanhorn) and everyone who reported bugs and participated in discussions! **Full Changelog**: <google/ksp@2.3.9...2.3.10> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "every 1 week on saturday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-actions-typing). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ff028c3 commit 9caadf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "2.4.0"
33
kotest = "6.2.2"
4-
ksp = "2.3.9"
4+
ksp = "2.3.10"
55
kaml = "0.104.0"
66
snakeyaml-engine-kmp = "4.0.1"
77
json-schema-validator = "0.5.5"

0 commit comments

Comments
 (0)