Here is KSP 1.9.22-1.0.17 release
Issues fixed
• Annotations missing on KSTypeArgument of typealias #1679
• unhandled visibility: private to this #1515
•
Resolver#getJvmCheckedException
results in
<ERROR TYPE>
when throwing type variable. #1460
• Class annotation values with
$
in name are
null
when used in Kotlin source #1671
• KSP 1.9.21-1.0.15 leaking memory and causing OOMs #1653
• KSP processing fails with Java enum #1482
• [KSP2] Support Package annotations #1641
👍🏻 1
🎉 5
Jiaxiang
01/18/2024, 11:36 PM
If you haven’t already, it is also a great chance to take a try on KSP2! 🙂 Feedbacks are appreciated.
👍🏾 1
👍 1
t
trevjones
01/25/2024, 7:32 PM
this ksp2 being in the gradle daemon should help make profiling the dagger ksp processor easy too.
TY for the tip