Hey guys. I'm a bit new to the whole maven artifac...
# dokka
d
Hey guys. I'm a bit new to the whole maven artifacts deployment stuff and I have successfully built
.jar
with a kotlin library inside, but apps that use it do not see any documentation that I provide. So I guess I need to supply a javadoc artifact. Now I'm a bit confused as many popular libs which were downloaded from maven don't seem to have
javadoc.jar
, they only contain
sources.jar
. I'm guessing this is enought for IntelliJ to get documentation from - am I right? Or do I miss something?