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 dd3f9cc commit 7cb5f28Copy full SHA for 7cb5f28
build.gradle.kts
@@ -190,6 +190,7 @@ tasks.withType<DokkaTask> {
190
externalDocumentationLink {
191
url = URI.create("https://kotlinlang.org/api/kotlinx.serialization/").toURL()
192
}
193
+ includes.from("module.md")
194
195
196
module.md
@@ -0,0 +1,5 @@
1
+# Module kotlinx-serialization-bencoding
2
+
3
+A Kotlin serialization codec for bencoding format(Bittorrent).
4
5
+Reference: [https://www.bittorrent.org/beps/bep_0003.html](https://www.bittorrent.org/beps/bep_0003.html)
0 commit comments