OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
20.6k stars 6.29k forks source link

[REQ] kotlin multiplatform - support newer kotlin version #5346

Open shadowsheep1 opened 4 years ago

shadowsheep1 commented 4 years ago

Currently library versions are

It should be nice to address those library versions:

Alex009 commented 4 years ago

may be useful - https://github.com/icerockdev/moko-network. it use openapi-generator, but updates with every kotlin version release

shadowsheep1 commented 4 years ago

@Alex009 Indeed it seems promising! Btw before I can use it I need to make a PR to add support for HttpResponse<Model> (https://github.com/icerockdev/moko-network/issues/3#issuecomment-600647903) or waiting for this feature to be added.

Alex009 commented 4 years ago

good. can you give me more details about your usecase - why required clean HttpResponse?

shadowsheep1 commented 4 years ago

My main reason is to be able to access my server response custom headers.

837 commented 3 years ago

See https://github.com/OpenAPITools/openapi-generator/pull/9755

tjerkw commented 6 months ago

Bumping this open issue, kotlin multiplatform needs to be updated again, to support ktor 2.3 or higher, and kotlin 1.9 or higher