Skip to content

Commit 14adefa

Browse files
committed
Remove coroutines links until the javadoc publication is fixed
See gh-27169
1 parent fe3357d commit 14adefa

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gradle/docs.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,6 @@ dokka {
103103
externalDocumentationLink {
104104
url = new URL("https://www.reactive-streams.org/reactive-streams-1.0.1-javadoc/")
105105
}
106-
externalDocumentationLink {
107-
url = new URL("https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/")
108-
}
109106
}
110107
}
111108

0 commit comments

Comments
 (0)