Skip to content

Commit eaa5b20

Browse files
committed
[PEM] Setup external links to kotlinx-io
1 parent e8199a3 commit eaa5b20

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ kover {
3030
}
3131
}
3232
}
33+
34+
dokka {
35+
registerKotlinxIoExternalDocumentation()
36+
}

0 commit comments

Comments
 (0)