Correct setup Gradle Project for Micronaut SourceGen #11717
-
Hi! I'm trying to use Micronaut SourceGen to create my own source generator, but I'm not sure how to properly set up a Gradle project. I know it should be a separate module, but which dependencies and plugins should I use? There is no information I need in official documentation about this. Versions:
|
Beta Was this translation helpful? Give feedback.
Answered by
graemerocher
Apr 7, 2025
Replies: 1 comment 3 replies
-
maybe you can checkout a subproject that uses it like the JSON schema module https://github.com/micronaut-projects/micronaut-json-schema |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't believe KAPT is supported, the referenced project uses KSP