I am having some trouble with dokka. If I do not s...
# dokka
r
I am having some trouble with dokka. If I do not specify a return type explicitly (I am using the syntax: fun foo() = bar()) then dokka uses NonExistentClass instead. I do not want to type return types only because dokka is not good enough. any suggestions?
s
Which version of dokka are you using? It should work for
fun foo() = bar()
r
0.9.13
sorry, missed that you wrote me