Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multimodule and multiplatform support #34

Open
GazimSoliev opened this issue Oct 28, 2024 · 3 comments
Open

Multimodule and multiplatform support #34

GazimSoliev opened this issue Oct 28, 2024 · 3 comments

Comments

@GazimSoliev
Copy link

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.

@tabilzad
Copy link
Owner

muti-module support is coming, cant promise any specific versions for that to be in at this point but i am actively working on it.

@GazimSoliev
Copy link
Author

muti-module support is coming, cant promise any specific versions for that to be in at this point but i am actively working on it.

Thanks, does it possible to make this gradle plugin working as a task? Because it will be great to generate OpenApi as a task

@tabilzad
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants