Skip to content

Releases: google/ksp

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

1.9.0-1.0.11

06 Jul 20:39
Compare
Choose a tag to compare
   1.9.0-1.0.11

1.9.0-RC-1.0.11

21 Jun 17:45
Compare
Choose a tag to compare
1.9.0-RC-1.0.11 Pre-release
Pre-release
   1.9.0-RC-1.0.11

1.8.22-1.0.11 Release

08 Jun 19:46
Compare
Choose a tag to compare
   1.8.22-1.0.11

1.9.0-Beta-1.0.11

23 May 22:35
Compare
Choose a tag to compare
1.9.0-Beta-1.0.11 Pre-release
Pre-release
   1.9.0-Beta-1.0.11

1.8.21-1.0.11 Release

27 Apr 14:54
Compare
Choose a tag to compare

Bump Kotlin Compiler to 1.8.21 for 1.0.11 release

1.8.20-1.0.11 Release

18 Apr 05:27
Compare
Choose a tag to compare

Issues fixed

Incremental compilation fails with "Number of loaded files in snapshots differs" #1280

1.8.20-1.0.10

03 Apr 11:53
Compare
Choose a tag to compare

New Features

KSP can now be run with K2 compiler frontend.

  • note that KSP itself still runs in old frontend implementation as its own task, there might be some behavior differences with new compiler frontend (e.g. you might get different type resolution results)

Issues fixed

  • KSP up-to-date after changing processor code #1308
  • Java annotation array type value in java will break getAnnotationsByType #1329
  • Gradle configuration warning: "Configuration is both resolvable/consumable or consumable/declarable #1293
  • Defer resolution of processor classpath #1294

Known issue

There is a known issue with incremental with this release #1280 from compiler update, we are working on a hotfix release to address this, if you are impacted by this issue, please try to disable incremental or hold on for hotfix release.

Contributors

Thanks for your contributions!
@larryxiao625
@ansman

1.8.20-RC2-1.0.9

23 Mar 21:08
Compare
Choose a tag to compare
1.8.20-RC2-1.0.9 Pre-release
Pre-release

KSP 1.0.9 for Kotlin 1.8.20-RC2

1.8.20-RC-1.0.9

09 Mar 00:27
Compare
Choose a tag to compare
1.8.20-RC-1.0.9 Pre-release
Pre-release

KSP 1.0.9 for Kotlin 1.8.20-RC