Releases: google/ksp
Releases Β· google/ksp
2.0.0-Beta1-1.0.14
This release updates KSP's compiler version to 2.0.0-Beta1 for KSP 1.0.14
1.9.20-1.0.14
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
Bumping Kotlin to 1.9.20 for KSP 1.0.13.
1.9.20-RC2-1.0.13
Bumping Kotlin to 1.9.20-RC2 for KSP 1.0.13.
1.9.20-RC-1.0.13
Bumping Kotlin to 1.9.20-RC for KSP 1.0.13.
1.9.20-Beta2-1.0.13
Bumping Kotlin to 1.9.20-Beta2 for KSP 1.0.13.
1.9.20-Beta-1.0.13
Bumping Kotlin to 1.9.20-Beta for KSP 1.0.13.
1.9.10-1.0.13
KSP 1.0.13 for kotlin compiler version 1.9.10
1.9.0-1.0.13
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
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!