google / ksp

Kotlin Symbol Processing API
https://github.com/google/ksp
Apache License 2.0
2.89k stars 274 forks source link

[KSP2] Annotations on extension receivers are missing #1899

Closed kuanyingchou closed 4 months ago

kuanyingchou commented 6 months ago

Couldn't find the annotations when the origin is KOTLIN or KOTLIN_LIB with KSP2, while it was working with KSP1.

Repro: https://github.com/kuanyingchou/ksp/commit/dc348820ad307533c3ed3bbdd3fa3a83055eefdf

neetopia commented 5 months ago

It seems that annotations are lost during the transforming from psi to KtType.