Skip to content

Releases: google/ksp

2.0.0-Beta1-1.0.14

16 Nov 03:09
Compare
Choose a tag to compare
2.0.0-Beta1-1.0.14 Pre-release
Pre-release

This release updates KSP's compiler version to 2.0.0-Beta1 for KSP 1.0.14

1.9.20-1.0.14

02 Nov 21:07
Compare
Choose a tag to compare

issues fixed

  • #1474 Unresolvable types in annotation value are incorrectly displayed as null values instead of error types.
  • #1522 KspTaskNative is not configuration cacheable
  • #1554 KSP Incremental Processing: Removing a file does not remove transitively generated files
  • #1555 KSP Incremental Processing: Clean source files should have generated output cache accessible via Resolver.
  • #1568 KSP resolves dependencies too early

1.9.20-1.0.13

31 Oct 18:35
Compare
Choose a tag to compare

Bumping Kotlin to 1.9.20 for KSP 1.0.13.

1.9.20-RC2-1.0.13

25 Oct 17:59
Compare
Choose a tag to compare
1.9.20-RC2-1.0.13 Pre-release
Pre-release

Bumping Kotlin to 1.9.20-RC2 for KSP 1.0.13.

1.9.20-RC-1.0.13

12 Oct 01:54
Compare
Choose a tag to compare
1.9.20-RC-1.0.13 Pre-release
Pre-release

Bumping Kotlin to 1.9.20-RC for KSP 1.0.13.

1.9.20-Beta2-1.0.13

21 Sep 18:32
Compare
Choose a tag to compare
1.9.20-Beta2-1.0.13 Pre-release
Pre-release

Bumping Kotlin to 1.9.20-Beta2 for KSP 1.0.13.

1.9.20-Beta-1.0.13

11 Sep 23:32
Compare
Choose a tag to compare
1.9.20-Beta-1.0.13 Pre-release
Pre-release

Bumping Kotlin to 1.9.20-Beta for KSP 1.0.13.

1.9.10-1.0.13

24 Aug 00:44
Compare
Choose a tag to compare

KSP 1.0.13 for kotlin compiler version 1.9.10

1.9.0-1.0.13

02 Aug 17:28
Compare
Choose a tag to compare

Issues fixed

  • Fixed an issue in KSP Gradle plugin where KMP source set is not set correctly.
  • Fixed an issue in incremental building where timestamp for generated java sources are incorrect.

1.9.0-1.0.12

20 Jul 18:37
Compare
Choose a tag to compare

Issues Fixed

The complete list of issues fixed in this release can be found here.

Other Notable Changes

While there is still no direct model of package elements, the following APIs in Resolver are added to better support the operations around packages:

  • fun getPackageAnnotations(packageName: String): Sequence<KSAnnotation>
  • fun getPackagesWithAnnotation(annotationName: String): Sequence<String>

Contributors

Thank you for the PRs!

@cdsap
@damianw
@danysantiago
@lukellmann
@ribafish