fix(kotlin): support non-discriminator oneOf/anyOf model and array types with kotlinx_serialization by naokiwakata · Pull Request #23007 · OpenAPITools/openapi-generator
Description This PR builds on the same problem that #22986 addresses, but takes a different approach. While #22986 uses a data class with actualInstance: Any?, this PR uses a type-safe sealed inter...