This is due to https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/package-list resulting in a 404.

  • https://github.com/Kotlin/kotlinx.coroutines/issues/290

This should be backported as well, since 5.2.x is affected.

Comment From: sbrannen

Update: https://github.com/Kotlin/kotlinx.coroutines/issues/290 has been closed (rejected).

So we'll have to find an alternative solution, potentially by enumerating each of the package-list module subfolders that we need to link to.


I just re-read https://github.com/Kotlin/kotlinx.coroutines/issues/290#issuecomment-879980845 and realized that they are not publishing module-level package-list files.

So it looks like there's no way to link to kotlinx-coroutines-core Dokka documentation when using a version of Dokka that doesn't support modular Dokka docs.

Comment From: snicoll

The Kotlin team was asking us to rely on https://kotlin.github.io/kotlinx.coroutines/package-list

Comment From: sdeleuze

Unless I am mistaken, this is correctly configured on 5.3.x as of this commit.

For 5.2.x, based on my tests and as pointed in Sam's comment this is no way to make it work with Dokka 0.10 so we can't fix it.

As a result, I close this issue with no milestone attached, feel free to set 5.3.10 if you think that's better (not sure we should do that with closed milestones).