Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 1, 2025

This PR contains the following updates:

Package Change Age Confidence
com.google.devtools.ksp (source) 2.1.20-1.0.32 -> 2.3.2 age confidence
com.google.devtools.ksp:symbol-processing-gradle-plugin (source) 2.1.20-1.0.32 -> 2.3.2 age confidence
com.google.devtools.ksp:symbol-processing-api (source) 2.1.20-1.0.32 -> 2.3.2 age confidence

Release Notes

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

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

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

v2.1.21-2.0.2

Compare Source

What's Changed

KSP1: use new mangling scheme for inline classes #​2446
KSP task (non-)registration happens too soon #​1789
[ksp2] Resolver.getJvmName wrong for properties starts with is #​2275
Inlined JVM name is not correct #​1493
[KSP2] Annotation values of inner annotations shouldn't be marked as default #​2437
Properly support @​ all annotation use site target #​2438

Contributors

Thanks to everyone who reported bugs and participated in discussions!

Full Changelog: google/ksp@2.1.21-2.0.1...2.1.21-2.0.2

v2.1.21-2.0.1

Compare Source

What's Changed

Full Changelog: google/ksp@2.1.21-RC2-2.0.1...2.1.21-2.0.1

v2.1.20-2.0.1

Compare Source

What's Changed
  • [KSP2] Annotation values shouldn't be marked as default (synthetic origin) broken after PR #​2424 in #​2425
  • [KSP2] Wrong internal method name with custom moduleName compiler option in #​2415
  • [KSP2] getJvmName for internal method did not sanitize java identifiers in #​2413
  • [KSP2] Annotation and argument's origin is wrong in #​2412
  • [KSP2] functionKind is MEMBER for static method in interface in Java in #​2410
  • KSP2 Generated .class files are not added to the classpath in #​2365
  • When I write specific code, KSP throws an Unexpected class for KtSymbol error. in #​2303
Contributors

Thanks to everyone who reported bugs and participated in discussions!

Full Changelog: google/ksp@2.1.20-2.0.0...2.1.20-2.0.1

v2.1.20-2.0.0

Compare Source

What's Changed
  • Bumped version to 2.0.0 and enabled KSP2 by default!
  • No-op blockOtherCompilerPlugins #​2397
  • A couple of fixes to compilation avoidance #​2401
  • KSTypeReferenceResolvedImpl.toString(): render unexpanded #​2393

Full Changelog: google/ksp@2.1.20-1.0.32...2.1.20-2.0.0


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 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 from 0d64018 to 7e23882 Compare May 13, 2025 23:17
@renovate renovate bot changed the title Update ksp monorepo to v2.1.20-2.0.1 Update ksp monorepo to v2.1.21-2.0.1 May 13, 2025
@renovate renovate bot force-pushed the renovate/ksp-monorepo branch 2 times, most recently from 63e1b30 to 33011ab Compare June 10, 2025 01:37
@renovate renovate bot changed the title Update ksp monorepo to v2.1.21-2.0.1 Update ksp monorepo to v2.1.21-2.0.2 Jun 10, 2025
@renovate renovate bot force-pushed the renovate/ksp-monorepo branch from 33011ab to 9841b1c Compare June 25, 2025 23:14
@renovate renovate bot changed the title Update ksp monorepo to v2.1.21-2.0.2 Update ksp monorepo to v2.2.0-2.0.2 Jun 25, 2025
@renovate renovate bot force-pushed the renovate/ksp-monorepo branch 2 times, most recently from 2115d37 to 2bb3e7e Compare August 15, 2025 02:51
@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 2 times, most recently from a268e8c to 2e31ebb Compare September 10, 2025 22:20
@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 force-pushed the renovate/ksp-monorepo branch from 2e31ebb to 1fd332f Compare September 12, 2025 16:08
@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 1fd332f to 3005ea6 Compare October 8, 2025 04:18
@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 3005ea6 to afcf51e Compare November 3, 2025 16:16
@renovate renovate bot changed the title Update ksp monorepo to v2.2.20-2.0.4 Update ksp monorepo to v2.3.0 Nov 3, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Nov 3, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: gradle/libs.versions.toml
Command failed: ./gradlew --console=plain --dependency-verification lenient -q :dependencies :agp-patch:dependencies :codegen:dependencies :gradle-plugin:dependencies :runtime:dependencies :codegen:api:dependencies :codegen:ksp:dependencies :runtime:jvm:dependencies --update-locks com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin,com.google.devtools.ksp:symbol-processing-gradle-plugin,com.google.devtools.ksp:symbol-processing-api

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* Where:
Build file '/tmp/renovate/repos/github/cashapp/better-dynamic-features/gradle-plugin/build.gradle' line: 1

* What went wrong:
Could not compile build file '/tmp/renovate/repos/github/cashapp/better-dynamic-features/gradle-plugin/build.gradle'.
> startup failed:
  build file '/tmp/renovate/repos/github/cashapp/better-dynamic-features/gradle-plugin/build.gradle': 1: unable to resolve class com.google.devtools.ksp.gradle.KspTaskJvm
   @ line 1, column 1.
     import com.google.devtools.ksp.gradle.KspTaskJvm
     ^
  
  1 error


* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
==============================================================================

2: Task failed with an exception.
-----------
* What went wrong:
A problem occurred configuring project ':gradle-plugin'.
> At least one target must be provided for project ':gradle-plugin
  See our documentation for details: https://square.github.io/wire/wire_compiler/#customizing-output

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
==============================================================================

BUILD FAILED in 36s

@renovate renovate bot force-pushed the renovate/ksp-monorepo branch from afcf51e to df6cfa8 Compare November 4, 2025 11:58
@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 df6cfa8 to 2228b3c Compare November 5, 2025 12:50
@renovate renovate bot force-pushed the renovate/ksp-monorepo branch from 2228b3c to 42cbf76 Compare November 6, 2025 23:16
@renovate renovate bot changed the title Update ksp monorepo to v2.3.1 Update ksp monorepo to v2.3.2 Nov 6, 2025
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.

1 participant