diff --git a/gradle/docs.gradle b/gradle/docs.gradle index 23d0d24b613..27005827312 100644 --- a/gradle/docs.gradle +++ b/gradle/docs.gradle @@ -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/") - } } }