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
Both ProductRatingSupportingMessage and ProductSupportingMessage share the EGDSPlainText type. However, when generating the Kotlin classes, I get something like this:
Library Version
What version are you using?
latest.
Describe the bug
Generated data classes contain duplicated fields when using unions
To Reproduce
Steps to reproduce the behavior. Please provide:
Both
ProductRatingSupportingMessage
andProductSupportingMessage
share theEGDSPlainText
type. However, when generating the Kotlin classes, I get something like this:Expected behavior
data classes with unique fields.
The text was updated successfully, but these errors were encountered: