Skip to content

Update ksp monorepo to v2.3.7#160

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

Update ksp monorepo to v2.3.7#160
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/ksp-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 25, 2025

This PR contains the following updates:

Package Change Age Confidence
com.google.devtools.ksp (source) 2.1.21-2.0.22.3.7 age confidence
com.google.devtools.ksp:symbol-processing-api (source) 2.1.21-2.0.22.3.7 age confidence

Release Notes

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

v2.3.7

Compare Source

What's Changed

  • Bumped Kotlin target language version to 2.3.20 (#​2821)
  • Fixed an issue where the plugin adds a maven repo to the build and corrected the compiler plugin artifact (#​2856)
  • Fixed a crash with IllegalStateException when source contains a class-level destructuring declaration (#​2861)
  • Fixed support for Gradle Isolated Projects (#​2844)
  • Fixed Windows build failure when the path is long (#​2815)
  • Fixed issue where KSP does not call SymbolProcessor in some Gradle setups (#​2511)
  • Fixed a crash in PsiResolutionStrategy for annotations with nullable fully qualified names (#​2864)
  • Improved performance by lazily computing fully qualified Java annotation names (#​2860)

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

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

Compare Source

What's Changed

  • A new Gradle property flag was added to mute the warnings about KSP1 usage. You can enable this by setting warn.on.ksp1.usage=false in your gradle.properties file.

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

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: (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 these updates 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 2 times, most recently from 500e2c6 to 9aa65f8 Compare July 3, 2025 03:02
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch from 9aa65f8 to 80a26ab Compare August 10, 2025 13:24
@renovate renovate Bot changed the title Update ksp monorepo to v2.2.0-2.0.2 Update ksp monorepo to v2.2.10-2.0.2 Aug 15, 2025
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch from 80a26ab to e57d2df Compare August 15, 2025 02:39
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch 2 times, most recently from a7845f3 to b4d52d6 Compare September 10, 2025 21:52
@renovate renovate Bot changed the title Update ksp monorepo to v2.2.10-2.0.2 Update ksp monorepo to v2.2.20-2.0.2 Sep 10, 2025
@renovate renovate Bot changed the title Update ksp monorepo to v2.2.20-2.0.2 Update ksp monorepo to v2.2.20-2.0.3 Sep 12, 2025
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch from b4d52d6 to ad1e37f Compare September 12, 2025 00:15
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch from ad1e37f to bba49e3 Compare October 8, 2025 05:52
@renovate renovate Bot changed the title Update ksp monorepo to v2.2.20-2.0.3 Update ksp monorepo to v2.2.20-2.0.4 Oct 8, 2025
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch from bba49e3 to 9d7d670 Compare October 22, 2025 10:44
@renovate renovate Bot changed the title Update ksp monorepo to v2.2.20-2.0.4 Update ksp monorepo to v2.3.0 Oct 22, 2025
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch from 9d7d670 to bf46385 Compare November 4, 2025 07:03
@renovate renovate Bot changed the title Update ksp monorepo to v2.3.0 Update ksp monorepo to v2.3.1 Nov 4, 2025
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch from bf46385 to 4be7836 Compare November 6, 2025 23:04
@renovate renovate Bot changed the title Update ksp monorepo to v2.3.1 Update ksp monorepo to v2.3.2 Nov 6, 2025
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch 2 times, most recently from 17a7b86 to d34897c Compare November 20, 2025 22:04
@renovate renovate Bot changed the title Update ksp monorepo to v2.3.2 Update ksp monorepo to v2.3.3 Nov 20, 2025
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch from d34897c to e888fa3 Compare December 17, 2025 01:09
@renovate renovate Bot changed the title Update ksp monorepo to v2.3.3 Update ksp monorepo to v2.3.4 Dec 17, 2025
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch from e888fa3 to 881eca7 Compare December 30, 2025 14:33
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch from 881eca7 to e2aba75 Compare January 28, 2026 18:05
@renovate renovate Bot changed the title Update ksp monorepo to v2.3.4 Update ksp monorepo to v2.3.5 Jan 28, 2026
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch from e2aba75 to d8e6cd6 Compare February 2, 2026 17:01
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch from d8e6cd6 to 314a73a Compare February 17, 2026 22:11
@renovate renovate Bot changed the title Update ksp monorepo to v2.3.5 Update ksp monorepo to v2.3.6 Feb 17, 2026
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch from 314a73a to 0b9e7d7 Compare March 5, 2026 11:01
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch from 0b9e7d7 to 0f0d82f Compare April 1, 2026 18:22
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch from 0f0d82f to 1639ad9 Compare April 21, 2026 21:16
@renovate renovate Bot force-pushed the renovate/ksp-monorepo branch from 1639ad9 to 3471789 Compare April 22, 2026 22:49
@renovate renovate Bot changed the title Update ksp monorepo to v2.3.6 Update ksp monorepo to v2.3.7 Apr 22, 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