https://kotlinlang.org logo
#dokka
Title
p

pardom

03/05/2019, 7:02 PM
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/>")
}