Currently for the SwaggerUI generation, If I under...
# ktor
e
Currently for the SwaggerUI generation, If I understand correctly, it's every developers responsibility to install the Ktor plugin and generate the documentation manually. I understand why one would not want to generate this in the runtime on every startup, but will it be (or is it) possible to generate this documentation with a Gradle plugin?
2
v
Hi! Thanks for your question! It is currently impossible to generate the documentation with a Gradle plugin, unfortunately. And we don’t consider this option at the moment. But what we do consider is making it possible to generate OpenAPI on CI in the future. Other than that, please note that Ktor plugin is bundled in IntelliJ Ultimate and you don’t have to install it manually.