You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val symbols = resolver.getSymbolsWithAnnotation(MyAnnatation::class.java.name).toList()
Expected Results
[Hoo, Koo]
Actual Results:
[] // empty
``
The text was updated successfully, but these errors were encountered:
dx404
changed the title
[KSP2] Symbols appears missing from agetSymbolsWithAnnotation of a TYPE_USE annotation
[KSP2] Symbols appears missing from getSymbolsWithAnnotation of a TYPE_USE annotation
Mar 12, 2025
dx404
changed the title
[KSP2] Symbols appears missing from getSymbolsWithAnnotation of a TYPE_USE annotation
[KSP2] Symbols appear missing from getSymbolsWithAnnotation of a TYPE_USE annotation
Mar 12, 2025
As discussed offline. This behavior works as intended. Due to performance reasons, symbols are not expected to be obtained through type annotations for now.
We have a java annotation, say
MyAnnatation.java
Workload.kt
Use:
Expected Results
Actual Results:
The text was updated successfully, but these errors were encountered: