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.
1 parent e8199a3 commit eaa5b20Copy full SHA for eaa5b20
build-logic/src/main/kotlin/ckbuild/docs.kt
@@ -0,0 +1,11 @@
1
+package ckbuild
2
+
3
+import org.jetbrains.dokka.gradle.*
4
5
+fun DokkaExtension.registerKotlinxIoExternalDocumentation() {
6
+ dokkaSourceSets.configureEach {
7
+ externalDocumentationLinks.register("kotlinx-io") {
8
+ url("https://kotlinlang.org/api/kotlinx-io/")
9
+ }
10
11
+}
cryptography-serialization/pem/build.gradle.kts
@@ -30,3 +30,7 @@ kover {
30
}
31
32
33
34
+dokka {
35
+ registerKotlinxIoExternalDocumentation()
36
0 commit comments