Also, I can’t figure out why source links aren’t b...
# dokka
p
Also, I can’t figure out why source links aren’t being generated: https://github.com/pardom/kombinators/blob/master/build.gradle#L18-L22
r
fix is in the pipeline but needs approval (up-vote it, maybe jetbrains will react a bit faster then): https://github.com/Kotlin/dokka/pull/325
👍 1
p
BTW, now that I know the issue, I solved it by prepending the value in
linkMapping.dir
with
${projectDir}
.
solved worked-around