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
I am having the same issue trying to generate a client for this spec.
The data classes: End, EndDate, Start, StartDate and LocationInner are all missing a constructor.
Bug Report Checklist
Description
I'm trying to generate a Kotlin class from a Swagger Spec.
Actual Kotlin Class
class FooList : MutableList<Foo> by ArrayList()
OpenAPI Generator output
data class FooList () : kotlin.collections.ArrayList<Foo>()
Build Error:
openapi-generator version
6.3.0
Generation Details
Steps to reproduce
...
Suggest a fix
Tried adding No-arg compiler plugin but it would prob need to be ran at a certain time in the build?
The text was updated successfully, but these errors were encountered: