You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, could you please add a support for multimodule and multiplatform? Because I have a case where I'm sharing routes and models between server module and api module, I've created common module where I keep type-safe routes and serialisable objects. And multiplatform is needed for cases where native engine implementation of ktor server is used. Thank you.
The text was updated successfully, but these errors were encountered:
It's a kotlin compiler plugin so its invocation is a part of code compilation - compileKotlin task in gradle terms. So if you want to generate documentation on demand just compile your code. Ex. ./gradlew compileKotlin --rerun-tasks
Hello, could you please add a support for multimodule and multiplatform? Because I have a case where I'm sharing routes and models between server module and api module, I've created common module where I keep type-safe routes and serialisable objects. And multiplatform is needed for cases where native engine implementation of ktor server is used. Thank you.
The text was updated successfully, but these errors were encountered: