google / ksp

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

[KSP2] NullPointerException when getting name of nested annotation #1963

Open kuanyingchou opened 2 weeks ago

kuanyingchou commented 2 weeks ago

Got NullPointerException when getting the name of the nested annotation when the origin of the annotation is JAVA_LIB.

Repro: https://github.com/kuanyingchou/ksp/commit/60fa7a08e756cc78f008dd99dad6fead8c82c50b

neetopia commented 2 weeks ago

This should be the same issue as nested annotation value.