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
getSymbolsWithAnnotation() doesn't work with typealiases defined in KOTLIN_LIB in KSP2 while it was working in KSP1. Symbols annotated with an alias are missing when calling getSymbolsWithAnnotation(underlying_type) and nothing is returned when calling getSymbolsWithAnnotation(alias). Not sure if it's part of behavior change 3: Resolving references to type aliases in function types and annotations.
This may be related to #1676 and Dagger's google/dagger#4356.
getSymbolsWithAnnotation()
doesn't work with typealiases defined in KOTLIN_LIB in KSP2 while it was working in KSP1. Symbols annotated with an alias are missing when callinggetSymbolsWithAnnotation(underlying_type)
and nothing is returned when callinggetSymbolsWithAnnotation(alias)
. Not sure if it's part of behavior change 3: Resolving references to type aliases in function types and annotations.Repro: kuanyingchou@34ab22a
The text was updated successfully, but these errors were encountered: