Releases: google/ksp
1.7.20-1.0.7
Behavior Changes
blockOtherPlugins
is on by default. The old behavior (allowing other plugins to be loaded in KSP's Gradle task) is deprecated and will be removed in the future.
New Features
#1041 A new CodeGenerator.createFile method with more flexibility
Issues Fixed
#167 nullability for java sources ignores annotations
#897 Compatibility with Kotlin/Native compiler plugins
#974 Exceptions are swallowed when using withCompilation flag
#985 No "kotlin.ExtensionFunctionType" annotation on functional types with receivers
#989 NoSuchElementException when getting a default argument of the inner annotation type
#997 Incremental KSP fails in Java/Kotlin mixed module
#1011 Generic TypeAliases Parameter are not consistent resolved
#1034 After updating to KSP 1.7.0, Missing information occurs in some cases that are configured in Java.
#1039 Support class extraction provided by annotation
#1063 Memory leak: org.sqlite.JDBC holds classloader of KSP
Contributors
Thank you for the pull requests!
@Jeffset
@midery
@jameskleeh
@Bencodes
@heli-os
1.7.20-1.0.6
KSP 1.0.6 for Kotlin 1.7.20
1.7.20-RC-1.0.6
KSP 1.0.6 for Kotlin 1.7.20-RC
1.7.20-Beta-1.0.6
KSP 1.0.6 for Kotlin 1.7.20-Beta
1.7.10-1.0.6
This is the KSP 1.0.6 release for kotlin compiler 1.7.10
1.7.0-1.0.6
This release upgrades compiler version to 1.7.0
1.6.21-1.0.6
new features
new API for checking and getting annotation default value.
KSValueArgument.isDefault()
KSAnnotation.defaultArguments: List<KSValueArgument>
Verbose debug information started to be added to KSP, ships with this release:
- Logs current round number of processing.
- Logs loaded processor providers.
- Logs an error when there is no processor providers found in AP classpath.
Issues fixed
#839 null value in annotation arguments if annotation originates from Java and argument is Kotlin's const val
#936 Could not extract location from getSealedSubclasses declaration
#948 KSP does not handle symlinks for new files in followup rounds
#958 Inconsistency in type of vararg parameter of overriden method
#1004 Annotation method return type resolved as property for java sources.
fixed an issue with deprecated compatibility flag used for building KSP jars.
Contributors
Thank you for the pull requests!
@jameskleeh
1.7.0-RC2-1.0.5
1.7.0-RC2-1.0.5
1.7.0-RC-1.0.5
This release advances KSP compiler version to 1.7.0-RC
1.7.0-Beta-1.0.5
KSP 1.0.5 release for Kotlin 1.7.0-Beta
This release updates compiler version to 1.7.0-Beta