Kotlin Client Generator support for Enum Unknown Values
I'm wondering if there is a way to generate a kotlin lib from an openapi spec that will support a default value if it doesn't serialize a known enum value.
Ex: the Java Generator has the enumUnknownDefaultCase flag in its
spec
Ref from the kotlin generator seems to read in the config for the moshi serializer <a...