Here is KSP <1.9.22-1.0.17> release Issues fixed ...
# ksp
j
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
If you haven’t already, it is also a great chance to take a try on KSP2! 🙂 Feedbacks are appreciated.
👍🏾 1
👍 1
t
this ksp2 being in the gradle daemon should help make profiling the dagger ksp processor easy too. TY for the tip