Skip to content

[BUG] The generator creates a 'kotlin-server' project that uses the old Ktor version #14061

@andreyaksenov

Description

@andreyaksenov

The command below generates a new Ktor project from the documentation.yaml spec:

openapi-generator generate -g kotlin-server -i documentation.yaml -o /tmp/openapi/kotlin-server/

The resulting project uses an old Ktor version (1.5.4), while the current version is 2.1.3.
The project also uses the Locations plugin (AppMain.kt) that can be replaced with a new Resources plugin.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions