I've got a `<javac><withKotlin></ja...
# announcements
g
I've got a
<javac><withKotlin></javac>
ant task and it hangs for a solid couple minutes when its first invoked. I suspect this is during some front-end-ee things because when I use the ant attribute
verbose=true
, it gives me an enormous list at code generation but it still hangs with no output for several minutes initially. Is there something I can feed javac that will get it to spit out information at the front-end? Maybe something that the kotlin processing will respond to in a
-D
form?