jameskleeh
02/16/2022, 3:04 PMKSType
does not extend KSAnnotated
?val annotations: Sequence<KSAnnotation>
Jiaxiang
02/16/2022, 5:06 PMKSAnnotated
is a subtype of KSNode
while KSType
is not.jameskleeh
02/16/2022, 6:47 PMJiaxiang
02/17/2022, 12:40 AMKSTypeReference
directly, are you processing annotations on actual types rather than the type reference?Zac Sweers
02/17/2022, 5:48 AM