When I configure my library's dokka with:
dokka {
dokkaSourceSets {
configureEach {
externalDocumentationLinks {
create("kotlinx-io") {
url("https://kotlin.github.io/kotlinx-io/")
}
}
}
}
}
I see:
Failed to download package-list from https://kotlin.github.io/kotlinx-io/package-list, this might suggest that remote resource is not available, module is empty or dokka output got corrupted
And sure enough, looking at the gh-pages branch with dokka output, I don't see any package-list available: https://github.com/Kotlin/kotlinx-io/tree/gh-pages