This should work: ```kapt { arguments { ...
# kapt
t
This should work:
Copy code
kapt {
    arguments {
         arg("kapt.kotlin.generated", yourDir)
    }
}
g
hey, sorry for the late reply. I’m trying to use it with
kapt(group = "io.vertx", name = "vertx-service-proxy", classifier = "processor")
as dependency, but the option seems to be entirely ignored. Any idea why?
t
I don’t think you need the
classifier
there. Also don’t know if that would cause a problem though
Try running with
--info
to see what logging you get
g
so, without the
classifier
it doesn’t generate anything. Moreover, I need to have the interface in the
java
folder instead of the
kotlin
one, but that maybe the
vertx-service-proxy
library