Has anyone successfully added external links do co...
# dokka
p
Has anyone successfully added external links do coroutines and/or stdlib? Dokka can’t find unsigned types or coroutine types given the following:
Copy code
externalDocumentationLink {
    url = new URL("<https://kotlinlang.org/api/latest/jvm/stdlib/>")
}
externalDocumentationLink {
    url = new URL("<https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/>")
}