Skip to content

Update dependency com.google.devtools.ksp to v2.3.4 - autoclosed - #1348

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

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

Conversation

@renovate

@renovate renovate Bot commented Jun 25, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
com.google.devtools.ksp (source) 2.1.21-2.0.22.3.4 age confidence

Release Notes

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

v2.3.4

Compare Source

What's Changed

  • KSP ignores sources in Kotlin directory #​2730
  • Avoid recording Java symbol lookups in non-incremental builds #​2728
  • Clean up ThreadLocals when processing is done #​2709

Contributors

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

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

v2.3.3

Compare Source

What's Changed

  • Migrate away from a deprecated compilerOptions KGP API #​2703

Contributors

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

Full Changelog: google/ksp@2.3.2...2.3.3

v2.3.2

Compare Source

What's Changed

Note: This release is a hotfix for a regression introduced in 2.3.1

  • Fixed an issue where KSP incorrectly processed specific nullable annotations from Java interfaces, leading to incorrect nullability in the generated Kotlin code #​2696
  • Fixed a regression introduced in #​2656 that caused runtime failures for projects using AGP 8.8.0 and older due to an incompatible, version-specific type check. #​2694

Contributors

Thanks to everyone who reported bugs and participated in discussions!

Full Changelog: google/ksp@2.3.1...2.3.2

v2.3.1

Compare Source

What's Changed

  • Added support for AGP 9.0 and built-in Kotlin #​2674
  • Fixed a bug in getJvmCheckedException that incorrectly handled nested classes. #​2584
  • Removed incorrect caching for KSValueArgumentLiteImpl that wrongly merged arguments with different parents, origins, or locations #​2677

Contributors

Thanks to everyone who reported bugs and participated in discussions!
Full Changelog: google/ksp@2.3.0...2.3.1

v2.3.0

Compare Source

What's Changed

  • KSP1 has been deprecated #​2657
  • KSP version is no longer tied to the Kotlin compiler version (moving away from the old - format). #​2658
  • KSP is no longer a compiler plugin (like KSP1). It now operates as a more standalone tool built on stable compiler APIs (shared with tools like IntelliJ).
  • KSP now has fewer limitations on the Kotlin version in use and allows the KSP team to provide better compatibility to KGP/AGP/Gradle
  • Read more about KSP2: https://github.com/google/ksp/blob/main/docs/ksp2.md

Reason for 2.3.0 version name:

  • It is independent of Kotlin now
  • We wanted to match the Kotlin language version
  • It is newer than the latest KSP 2.2.20-2.0.4 release.

Full Changelog: google/ksp@2.2.20-2.0.4...2.3.0

v2.2.21-2.0.4

Compare Source

What's Changed

Full Changelog: google/ksp@2.2.21-RC2-2.0.4...2.2.21-2.0.4

v2.2.20-2.0.4

Compare Source

What's Changed

  • Unable to build on AGP 8.11.1 using KSP 2.2.20-2.0.3 due to class cast exception #​2614

  • Resolver#getJvmCheckedException(KSPropertyAccessor) throws IllegalArgumentException #​2548

  • ClassCastException when building with 2.2.20-2.0.3 #​2598

  • Replace KaFirStopWorldCacheCleaner with no-op implementation #​2626

  • BuildConfig values are not available during annotation process after upgrading ksp from 2.2.10-2.0.2 -> 2.2.20-2.0.3 #​2597

  • Missing Gradle task wiring with 2.2.20-2.0.3 #​2595

  • 2.2.20-2.0.3 + protobufJavalite build errors #​2596

Contributors

Thanks to everyone who reported bugs and participated in discussions!

Full Changelog: google/ksp@2.2.20-2.0.3...2.2.20-2.0.4

v2.2.20-2.0.3

Compare Source

What's Changed

  • Removed usages of deprecated KGP ApiVersion - #​2400
  • Android integration for KSP has moved on to the new Variant API - #​2250
  • Runtime warning was added for projects that opt out of KSP2 - #​2538
  • AGP version against which KSP is compiled has been upgraded - #​2552

Contributors

Thanks to everyone who reported bugs and participated in discussions!

Full Changelog: google/ksp@2.1.21-2.0.2...2.2.20-2.0.3

v2.2.20-2.0.2

Compare Source

What's Changed

Full Changelog: google/ksp@2.2.20-RC2-2.0.2...2.2.20-2.0.2

v2.2.10-2.0.2

Compare Source

What's Changed

Full Changelog: google/ksp@2.2.10-RC2-2.0.2...2.2.10-2.0.2

v2.2.0-2.0.2

Compare Source

What's Changed

Full Changelog: google/ksp@2.2.0-RC3-2.0.2...2.2.0-2.0.2


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

@renovate
renovate Bot force-pushed the renovate/ksp-monorepo branch from 2fbfa97 to 6f908de Compare July 5, 2025 05:06
@renovate
renovate Bot force-pushed the renovate/ksp-monorepo branch 2 times, most recently from 387006c to 8d26229 Compare August 15, 2025 01:03
@renovate renovate Bot changed the title Update dependency com.google.devtools.ksp to v2.2.0-2.0.2 Update dependency com.google.devtools.ksp to v2.2.10-2.0.2 Aug 15, 2025
@renovate
renovate Bot force-pushed the renovate/ksp-monorepo branch 2 times, most recently from 5d292a9 to 6daa5ba Compare September 10, 2025 22:30
@renovate renovate Bot changed the title Update dependency com.google.devtools.ksp to v2.2.10-2.0.2 Update dependency com.google.devtools.ksp to v2.2.20-2.0.2 Sep 10, 2025
@renovate renovate Bot changed the title Update dependency com.google.devtools.ksp to v2.2.20-2.0.2 Update dependency com.google.devtools.ksp to v2.2.20-2.0.3 Sep 12, 2025
@renovate
renovate Bot force-pushed the renovate/ksp-monorepo branch from 6daa5ba to 3cd96e5 Compare September 12, 2025 05:11
@renovate renovate Bot changed the title Update dependency com.google.devtools.ksp to v2.2.20-2.0.3 Update dependency com.google.devtools.ksp to v2.2.20-2.0.4 Oct 8, 2025
@renovate
renovate Bot force-pushed the renovate/ksp-monorepo branch from 3cd96e5 to a06645e Compare October 8, 2025 04:49
@renovate
renovate Bot force-pushed the renovate/ksp-monorepo branch 2 times, most recently from 7c4802c to 84d4651 Compare October 22, 2025 02:38
@renovate renovate Bot changed the title Update dependency com.google.devtools.ksp to v2.2.20-2.0.4 Update dependency com.google.devtools.ksp to v2.3.0 Oct 22, 2025
@renovate
renovate Bot force-pushed the renovate/ksp-monorepo branch from 84d4651 to 73134e0 Compare November 4, 2025 12:04
@renovate renovate Bot changed the title Update dependency com.google.devtools.ksp to v2.3.0 Update dependency com.google.devtools.ksp to v2.3.1 Nov 4, 2025
@renovate renovate Bot changed the title Update dependency com.google.devtools.ksp to v2.3.1 Update dependency com.google.devtools.ksp to v2.3.2 Nov 6, 2025
@renovate
renovate Bot force-pushed the renovate/ksp-monorepo branch from 73134e0 to e8927fe Compare November 6, 2025 23:05
@renovate renovate Bot changed the title Update dependency com.google.devtools.ksp to v2.3.2 Update dependency com.google.devtools.ksp to v2.3.3 Nov 21, 2025
@renovate
renovate Bot force-pushed the renovate/ksp-monorepo branch from e8927fe to cf86a79 Compare November 21, 2025 02:26
@renovate
renovate Bot force-pushed the renovate/ksp-monorepo branch from cf86a79 to b6996d3 Compare December 16, 2025 18:50
@renovate renovate Bot changed the title Update dependency com.google.devtools.ksp to v2.3.3 Update dependency com.google.devtools.ksp to v2.3.4 Dec 16, 2025
@renovate
renovate Bot force-pushed the renovate/ksp-monorepo branch from b6996d3 to 777d74d Compare December 30, 2025 12:37
@renovate renovate Bot changed the title Update dependency com.google.devtools.ksp to v2.3.4 Update dependency com.google.devtools.ksp to v2.3.4 - autoclosed Jan 4, 2026
@renovate renovate Bot closed this Jan 4, 2026
@renovate
renovate Bot deleted the renovate/ksp-monorepo branch January 4, 2026 11:18
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