Vasilis Nicolaou
Vasilis Nicolaou
> > there's a new version that fixes both issues (+ the [gradle rejects](https://github.com/coursier/coursier/issues/3538)), thanks [@alexarchambault](https://github.com/alexarchambault) > > Yes, but there are issues on the coursier CI that are making...
This works OOTB but with a warning if we just place the dependencies in ``` [36] [info] compiling 2 Java sources to /home/vnicolaou/mill/example/javalib/springboot/5-configuration-processor/out/compile.dest/classes ... [36] [info] Annotation processing is enabled...
@lihaoyi @lefou would it be a good idea to add an annotations processor task in Java modules to make this easier? This will make the setup for spring boot, micronaut...
> I think we want that. But I wouldn't introduce a new trait. Can you explain, where you see the backward compatibility issues? Adding a new task should not be...
ah sorry, just saw this, started work in https://github.com/com-lihaoyi/mill/issues/6357
looks like maven google is having issues today
I closed this by accident, will update the sample to ksp 2 as well
@lefou what do you think about this approach? Looking at the [build variants](https://developer.android.com/build/build-variants) in general, I think the cross module might be a better fit and perhaps we give a...
Now that I got to play with spring boot under a similar concept, I'll give this another go
I added to the docs in kotlin 1-hello-kotlin example, and from the user experience perspective, it feels nice. Let's go with this I think