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
Unfortunately, it's currently not possible to declare enums as ints. We're only supporting string values that are valid Java/Kotlin identifiers for name-based matching. We'd need to implement something like @IndexedEnum to enforce position based schema 🤔
First of all, thank you for the great work.
Quick question: which annotations should be used to specify an integer enum with values description ?
Thank you,
Sebastien
The text was updated successfully, but these errors were encountered: