From 14adefa867332f371d950e029088808ccd769111 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Jul 2021 07:48:42 +0200 Subject: [PATCH] Remove coroutines links until the javadoc publication is fixed See gh-27169 --- gradle/docs.gradle | 3 --- 1 file changed, 3 deletions(-) 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/") - } } }