The KSP of my framework conflicts with the KSP of micronaut #10388
Replies: 2 comments
-
I think it might be fixed in the non-released Core 4.3. The release should be soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Help please.
I created a framework called jimmer which is used by some users via spring or quarkus.
A few days ago, I received the issue-378 submitted by a user indicating that jimmer's ksp conflicts with micronaut's ksp. I reproduced the problem following the user's description. The project is in the attachment, Directly download it can reproduce the error very fast.
I'm unable to find the cause of the problem, so I don't know how to respond to the user. I'm requesting help. If I want jimmer's ksp to be compatible with micronaut ksp, what issues should I pay attention to?
I found the last micronaut-related error message is:
It's probably because my ksp generates some Kotlin extension functions.
Here is the attachment, demo.zip
Beta Was this translation helpful? Give feedback.
All reactions