Hey guys, So I have kinda hit a dead spot like th...
# dokka
t
Hey guys, So I have kinda hit a dead spot like this issue: https://github.com/Kotlin/dokka/issues/160 and wanted to know if there is anything obvious that Im missing ? I cannot find anywhere, any way to add nullability annotations to the resulting javadoc…
s
Hi! There is various problems discussed in that issue, am I correct understood that your problem actually in annotations?
t
Hi, So my issue is that the generated javadoc does not contain annotations; So for example, if I have “fun test() : String” then the corresponding java doc does not state that the return result is guarrenteed to be nonnull; judging from your response, i guess that you guys are not working on that ? 😛 ?
s
I’ve looked on that problem, but it not that easy to fix in 0.9.17, but possible fixes introduced in 0.9.18 will help a lot
t
Thank you so much @semoro 🙂