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
This is caused by a breaking change in KSP2, where enums in annotations are modeled as KSClassDeclaration, instead of KSType in KSP1. It should be easy for moshi to delete the proxy implementation and simply use KSP's.
Note: This issue was originally reported on Moshi, but was determined to be a KSP issue from Moshi devs.
When trying to generate Adapter for classes using a @JsonQualifier, KSP fails with the error:
The class being compiled is simply:
You can use this reduced test case to reproduce the bug.
The text was updated successfully, but these errors were encountered: