File tree Expand file tree Collapse file tree 4 files changed +562
-1
lines changed Expand file tree Collapse file tree 4 files changed +562
-1
lines changed Original file line number Diff line number Diff line change @@ -36,5 +36,6 @@ project.configureJava9ModuleInfo()
36
36
dokka.dokkaSourceSets.configureEach {
37
37
externalDocumentationLinks.register(" kotlinx-io" ) {
38
38
url(" https://kotlinlang.org/api/kotlinx-io/" )
39
+ packageListUrl = file(" dokka/kotlinx-io.package-list" ).toURI()
39
40
}
40
41
}
Original file line number Diff line number Diff line change
1
+ $dokka.format:html-v1
2
+ $dokka.linkExtension:html
3
+
4
+ module:kotlinx-io-bytestring
5
+ kotlinx.io.bytestring
6
+ module:kotlinx-io-core
7
+ kotlinx.io
8
+ kotlinx.io.files
9
+ module:kotlinx-io-okio
10
+ kotlinx.io.okio
Original file line number Diff line number Diff line change @@ -37,6 +37,6 @@ project.configureJava9ModuleInfo()
37
37
dokka.dokkaSourceSets.configureEach {
38
38
externalDocumentationLinks.register(" okio" ) {
39
39
url(" https://square.github.io/okio/3.x/okio" )
40
- packageListUrl( " https://square.github.io/ okio/3.x/okio/okio/ package-list" )
40
+ packageListUrl = file( " dokka/ okio. package-list" ).toURI( )
41
41
}
42
42
}
You can’t perform that action at this time.
0 commit comments