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
When using moshiCodeGen, and additionalProperties is set to true in the spec: additionalProperties: true, we are unable to successfully generate models.
Bug Report Checklist
Description
When using
moshiCodeGen
, and additionalProperties is set to true in the spec:additionalProperties: true
, we are unable to successfully generate models.Error preparing GetMessages200Response: com.squareup.moshi.kotlin.codegen.ksp.AppliedType.superclasses(AppliedType.kt:46)
openapi-generator version
Using 7.10.0. I don't believe its a regression.
OpenAPI declaration file content or url
Generation Details
Using the Kotlin generator with the gradle Plugin in an Android environment.
Steps to reproduce
additionalProperties: true
to a model in your specmoshiCodeGen
to trueRelated issues/PRs
Suggest a fix
The text was updated successfully, but these errors were encountered: