Releases: google/ksp
1.8.10-1.0.9
1.8.10-1.0.9
1.8.0-1.0.9
New Features
- Supported definitely non null type
- Added corresponding
KSDefNonNullReference
for definitely non null types. - If you are implementing
KSVisitor
directly, you need to overridevisitDefNonNullReference
in your visitor as well.
- Added corresponding
excludedProcessors
is added to Gradle extensions to allow excluding certain processors.Any?
is added to unbounded type parameters
Issues fixed
- Incremental compilation fails with "Number of loaded files in snapshots differs" #1280
- Type T & Any can't be analyzed even in the latest version. #1127
- Can't differentiate between @A(int.class) and @A(Integer.class) #870
- Non-embeddable compiler JAR compilations are broken in 1.0.7 #1155
- Need a way to specify and exclude processors #1234
- Bug of KSPropertyDeclaration.findOverridee() #1182
- KSTypeParameter#bounds returns when the bounds is another type parameter #1250
- Resolved KSTypeParameter doesn't equal the source #971
Contributors
Thanks for your contributions!
@3flex
@danysantiago
1.8.0-1.0.8
KSP 1.0.8 for Kotlin 1.8.0.
1.8.0-RC2-1.0.8
KSP 1.0.8 for Kotlin 1.8.0-RC2
1.8.0-RC-1.0.8
KSP 1.0.8 for Kotlin 1.8.0-RC
1.7.22-1.0.8
KSP 1.0.8 for Kotlin 1.7.22
1.8.0-Beta-1.0.8
This is KSP 1.0.8 release for kotlin 1.8.0-Beta
1.7.21-1.0.8
KSP 1.0.8 for Kotlin 1.7.21
1.7.20-1.0.8
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