We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 381b7d0 + 0e83466 commit c25aefdCopy full SHA for c25aefd
gradle/docs-dokka.gradle
@@ -17,7 +17,7 @@ tasks.findByName("dokkaHtmlPartial")?.configure {
17
url.set(new URL("https://kotlin.github.io/kotlinx.coroutines/"))
18
}
19
externalDocumentationLink {
20
- url.set(new URL("https://hamcrest.org/JavaHamcrest/javadoc/2.1/"))
+ url.set(new URL("https://javadoc.io/doc/org.hamcrest/hamcrest/2.1/"))
21
22
23
url.set(new URL("https://javadoc.io/doc/javax.servlet/javax.servlet-api/latest/"))
0 commit comments