Skip to content

1.7.20-1.0.7

Compare
Choose a tag to compare
@ting-yuan ting-yuan released this 13 Oct 20:59
· 1 commit to 1.0.7-release since this release

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