Browse Source

Remove coroutines links until the javadoc publication is fixed

See gh-27169
pull/27340/head
Stephane Nicoll 5 years ago
parent
commit
14adefa867
  1. 3
      gradle/docs.gradle

3
gradle/docs.gradle

@ -103,9 +103,6 @@ dokka { @@ -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/")
}
}
}

Loading…
Cancel
Save