We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The kotlin generator and the generated code will not compile as imports for enum are missing.
v7.10.0, also tried latest (as of 2025/01/10).
Please provide email to send url in private.
openapi-generator \ generate \ --package-name com.name.generated \ -i https://.../...-swagger.json \ --global-property models,modelDocs=false,modelTests=false,apis,apiDocs=false,apiTests=false,supportingFiles \ -g kotlin \ -o .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report Checklist
Description
The kotlin generator and the generated code will not compile as imports for enum are missing.
openapi-generator version
v7.10.0, also tried latest (as of 2025/01/10).
OpenAPI declaration file content or url
Please provide email to send url in private.
Steps to reproduce
openapi-generator \ generate \ --package-name com.name.generated \ -i https://.../...-swagger.json \ --global-property models,modelDocs=false,modelTests=false,apis,apiDocs=false,apiTests=false,supportingFiles \ -g kotlin \ -o .
The text was updated successfully, but these errors were encountered: