Remove coroutines links until the javadoc publication is fixed

See gh-27169
This commit is contained in:
Stephane Nicoll
2021-07-14 07:48:42 +02:00
parent fe3357d6b9
commit 14adefa867

View File

@@ -103,9 +103,6 @@ dokka {
externalDocumentationLink {
url = new URL("https://www.reactive-streams.org/reactive-streams-1.0.1-javadoc/")
}
externalDocumentationLink {
url = new URL("https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/")
}
}
}