Hi all,
KSP version 2.3.8 has been released and includes the following changes and bug fixes:
• Enabled new default annotation use-site rules in Kotlin's Analysis API (see KEEP 402) for more information. Note: KSP was already mostly compatible with KEEP 402, so there shouldn't be any visible changes for users. (
#2888)
• Enabled ksp.project.isolation by default when Gradle isolated projects are enabled (
#2866)
• Improved getSymbolsWithAnnotation performance by implementing a new PSI-based resolution strategy (
#2816)
Thanks!
The KSP Team