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
[Optional] Sponsorship to speed up the bug fix or feature request (example)
Description
Please see my comment below.
Generating from IntelliJ using the following configuration leads to unexpected Gson code to be in the generated result.
I think you forgot the following conditions:
{{#generateOneOfAnyOfWrappers}}
{{#gson}}
in these files:
modules/openapi-generator/src/main/resources/kotlin-client/anyof_class.mustache
modules/openapi-generator/src/main/resources/kotlin-client/oneof_class.mustache
Bug Report Checklist
Description
Please see my comment below.
Generating from IntelliJ using the following configuration leads to unexpected Gson code to be in the generated result.
Originally posted by @sebastianblesgen in #18965 (comment)
openapi-generator version
7.7.0
OpenAPI declaration file content or url
Generation Details
Steps to reproduce
Using IntelliJ and generator V7 and the options specified above, I unexpectedly got some files with Gson dependencies.
Related issues/PRs
Suggest a fix
Add
The text was updated successfully, but these errors were encountered: