-
Notifications
You must be signed in to change notification settings - Fork 291
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
KSP processing fails with Java enum #1482
Comments
Any news on this? I get this exact error following this example, but with a Kotlin application instead of Java: https://guides.micronaut.io/latest/micronaut-openapi-generator-server-gradle-java.html Shame if the Micronaut OpenAPI server generator doesn't work with Kotlin. |
@runenielsen The solution should be to put the Java classes into the Java folder |
@dstepanov: Thanks, but the generated Java models are already in the path: build/generated/openapi/generateServerOpenApiModels/src/main/java ... and this path is part of the Java source set of the application. So they are already in a Java folder... |
I thought for the people in the issue that is a workaround |
Hi. I'm having the same issue. Are there any news on this? |
any update on this? |
makes ksp unusable with protobuf |
I have created a PR with a fix #1635 |
Former-commit-id: 295c659
Originally reported here micronaut-projects/micronaut-core#9642
I found a few different exceptions:
"1.8.21-1.0.11"
The text was updated successfully, but these errors were encountered: