Open Tanemahuta opened 2 months ago
/cc @geoand (kotlin)
We use Kotlin and have local extensions that we wrote in our Gradle build... and we ran into another issue, you need to output all your Kotlin code to src/main/java
(in Gradle we renamed it to Kotlin but the built classes dir had to stay java).
Description
Background:
I (and probably not only me) would love to see support for KSP for the quarkus-extension-processor. I'd be willing to help with the modifications.
Implementation ideas
javax.annotation.processing.RoundEnvironment
andjavax.lang.model.element.TypeElement