From 24206d1ebbdb31f417c69494e7ecab19ad124fbe Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 26 Sep 2025 09:15:20 +0000
Subject: [PATCH] Update dependency com.google.devtools.ksp to v2.2.20-2.0.2
(#5613)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs
from Renovate will soon appear from 'Mend'. Learn more
[here](https://redirect.github.com/renovatebot/renovate/discussions/37842).
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [com.google.devtools.ksp](https://goo.gle/ksp)
([source](https://redirect.github.com/google/ksp)) | `2.2.10-2.0.2` ->
`2.2.20-2.0.3` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
google/ksp (com.google.devtools.ksp)
###
[`v2.2.20-2.0.3`](https://redirect.github.com/google/ksp/releases/tag/2.2.20-2.0.3)
[Compare
Source](https://redirect.github.com/google/ksp/compare/2.2.20-2.0.2...2.2.20-2.0.3)
#### What's Changed
- Removed usages of deprecated KGP ApiVersion -
[#2400](https://redirect.github.com/google/ksp/issues/2400)
- Android integration for KSP has moved on to the new Variant API -
[#2250](https://redirect.github.com/google/ksp/issues/2250)
- Runtime warning was added for projects that opt out of KSP2 -
[#2538](https://redirect.github.com/google/ksp/issues/2538)
- AGP version against which KSP is compiled has been upgraded -
[#2552](https://redirect.github.com/google/ksp/issues/2552)
#### Contributors
Thanks to everyone who reported bugs and participated in discussions!
Full Changelog:
###
[`v2.2.20-2.0.2`](https://redirect.github.com/google/ksp/releases/tag/2.2.20-2.0.2)
[Compare
Source](https://redirect.github.com/google/ksp/compare/2.2.10-2.0.2...2.2.20-2.0.2)
#### What's Changed
- Kotlin version: 2.2.20 by
[@mkmuir0](https://redirect.github.com/mkmuir0) in
[#2590](https://redirect.github.com/google/ksp/pull/2590)
**Full Changelog**:
---
### 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 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.
---
- [ ] 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/simpledotorg/simple-android).
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sagarwal
---
CHANGELOG.md | 3 +--
gradle/libs.versions.toml | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ddb0d71289..df3403b9987 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,7 @@
- Bump AndroidX ViewModel to v2.9.4
- Bump Lottie Compose to v6.6.9
- Bump Gson to v2.13.2
+- Bump KSP to v2.2.20-2.0.2
### Changes
@@ -26,8 +27,6 @@
### Internal
- Bump AGP to v8.13.0
- Bump Lint to v31.13.0
-- Bump Kotlin to v2.2.0
-- Bump KSP to v2.2.0-2.0.2
- Bump dagger to v2.57.1
- Bump okhttp to v5.1.0
- Bump retrofit to v3.0.0
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 7562c03ab40..9f5261801c2 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -16,7 +16,7 @@ dagger = "2.57.1"
kotlin = "2.2.20"
-ksp = "2.2.10-2.0.2"
+ksp = "2.2.20-2.0.2"
ktlint = "0.36.0"