When an annotation declaration has some arguments with default values and some without, KSAnnotation.arguments may miss some arguments.
This happens when the annotation is defined in JAVA or JAVA_LIB with KSP2, but was working with KSP1.
Repro: kuanyingchou@637aa65
When an annotation declaration has some arguments with default values and some without,
KSAnnotation.argumentsmay miss some arguments.This happens when the annotation is defined in JAVA or JAVA_LIB with KSP2, but was working with KSP1.
Repro: kuanyingchou@637aa65