@channel Hi guys, I’m creating the first kotlin project in my company (where all projects are made using java). So far so good, but the problem I’m facing right now is that they, in java, generate the swagger information from jaxrs endpoints using
maven-javadoc-plugin
and a
doclet
for jaxrs. I was trying to use dokka but it seems that it does not support doclets. And
maven-javadoc-plugin
does not support kotlin.. so what do you suggest me to do?