Vasilis Nicolaou
Vasilis Nicolaou
PR with working example: https://github.com/com-lihaoyi/mill/pull/6315 @re-thc could you check if this is the issue? otherwise, I'll need some guidance to reproduce it
> Ok. Please make sure your PR answers the question where the need to use `KotlinMavenModule` comes from. Is it required due to technical limitations, or just because the source...
> I think we should ultimately try to fix the underlying problem. Mill allows users to configure all inputs, so we should explicitly state modules, that don't support that or...
i.e. if I change the layout, it works with KotlinModule
> I used the default. No MavenModule. could you share a bit more about your setup? or do my comments and example help in resolving the issue in either case...
found some runtime issues anyway (with native), so I'm looking into them too
## Spring Initializr - Generate a sample from https://start.spring.io/ or using IntelliJ spring boot initializr plugin - Run `./mill init` ### What's working - `./mill run` works - Test trait...
## Setting up Spring boot with Kotlin This one fails to run with: ``` ./mill run [59/59, 1 failed] ============================== run ============================== 1 tasks failed [58] finalMainClass No main class...
I think I can start by documenting these 2, I'm thinking creating a spring boot section in the docs and going at it with increasing complexity, what do you think...
thanks for the heads up, I did some exploration today, I'll aim for the initializr PR first then, I guess if it gets accepted, no point doing the docs twice