Hi, I’m trying multimodule with kotlinspring but i...
# jvm-ir-backend-feedback
i
Hi, I’m trying multimodule with kotlinspring but i had an error like this. Help plz…. I'm having this error when I click gradle compileKotlin or gradle build.
i
@ipe_1221 Can you attach your project? You can send me it in DM.
i
This project is private.🥲I think gradle doesn't recognize multi module🥲
i
Did you try to kill gradle daemon
gradlew --stop
?
i
I tried it. and restart daemon. still same error
i
Can you attach
gradlew build --debug
result?
i
message has been deleted
i
Please, try to build the project with
--scan
attribute.
Can you attach the link?
i
I send it to DM
i
Right now you have the next problem - Main class name has not been configured and it could not be resolved. Please, try to fix it with answers from SO.
i
I still have same issue
I add bootJar.mainclass.set("applicationroot") but still error
i
Unfortunately, it’s hard to help you without the project. Can you try to minimize the project?