Skip to content

Commit

Permalink
Updated external links setup
Browse files Browse the repository at this point in the history
  • Loading branch information
fzhinkin committed Dec 16, 2024
1 parent 416a591 commit b51e8db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions integration/kotlinx-io-okio/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ kotlin {
}
}

tasks.withType(DokkaTaskPartial::class) {
dokka {
dokkaSourceSets.configureEach {
externalDocumentationLink {
url = URL("https://square.github.io/okio/3.x/okio/")
packageListUrl = URL("https://square.github.io/okio/3.x/okio/okio/package-list")
externalDocumentationLinks.register("okio") {
url("https://square.github.io/okio/3.x/okio/")
packageListUrl("https://square.github.io/okio/3.x/okio/okio/package-list")
}
}
}
Expand Down

0 comments on commit b51e8db

Please sign in to comment.