Is it possible to generate OpenAPI und Swagger UI ...
# server
c
Is it possible to generate OpenAPI und Swagger UI documentation in ktor instead of writing myself?
a
Ktor doesn't support automated OpenApi generation. They want to you to use the plugin built into the premium IntellIj IDE, which won't work in CI. If that's not an issue for you, check it out. For me, it was reason enough to decide not to join the Ktor team, and to double down on http4k. Otherwise, the next best solution is to use the third-party Kompendium plugin.