Replies: 1 comment
-
your https://docs.micronaut.io/4.7.6/guide/#ksp
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
I have been trying to setup Micronaut project to support multimodule gradle build, where I would split project API per gradle module. I have hard time making it work though. Seems like the Controller I extracted to separate module is not properly picked up by Micronaut and route is not properly registered.
project structure:
root project build.gradle.kts
api module build.gradle.kts
Controller.kt class
When I run:
I receive:
Any idea what I may have missed?
Beta Was this translation helpful? Give feedback.
All reactions