tabilzad / ktor-docs-plugin

Provides Ktor Swagger support
34 stars 6 forks source link

Compute the OpenAPI file output path in KtorMetaPlugin and use its presence to determine whether the Kotlin compile task needs to run #17

Closed donfreiday closed 3 months ago

donfreiday commented 3 months ago

This will regenerate the OpenAPI file if it's missing without the need to invoke Gradle with --rerun-tasks or modifying an input of the KotlinCompile Gradle task to trigger recompilation.