gpopides
08/12/2025, 9:09 PMcompletion exception
link, you get a 404 because the link is https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/-completable-deferred/get-completion-exception-or-null.html which does not exist.
if you remove the -completable
from the link, it links to the correct page
I had a look at the code and indeed getCompletionExceptionOrNull
is part of Deferred
.
Clicking the KDoc link through the IDE works and you get navigated to the function.
Is this a coroutines issue (the link inside KDoc) or Dokka which should generate the correct link?Adam Semenenko
08/13/2025, 10:39 AMOleg Yukhnevich
08/13/2025, 10:46 AM