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
When generating Kotlin enums, they should be annotated with @JsonClass(generateAdapter = false)
so that they still work with Moshi even when minification is enabled.
See square/moshi#689
The text was updated successfully, but these errors were encountered:
When generating Kotlin enums, they should be annotated with
@JsonClass(generateAdapter = false)
so that they still work with Moshi even when minification is enabled.
See square/moshi#689
The text was updated successfully, but these errors were encountered: