I’ve brew installed kotlin, but can’t find a packa...
# dokka
n
I’ve brew installed kotlin, but can’t find a package for dokka
s
natpryce: No, but why do you need it to be published there?
n
If the kotlin command-line tools are being published there, I’d expect to find the dokka command-line tool as well
if it’s the official documentation tool for the language
It’s like installing
java
and getting java, and javac, but not javadoc. I was a bit surprised.
s
Dokka CLI not so user-friendly as kotlinc 😞
natpryce: Why do you need CLI for Dokka?
n
To run it in our build
s
You can get
dokka-fatjar
from github releases in meantime. https://github.com/Kotlin/dokka/releases
n
thanks