Skip to content

Commit

Permalink
Add missing Dokka external documentation links. (#2674)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrtwhite authored Nov 12, 2024
1 parent 7379ead commit ab02b3c
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,17 +89,25 @@ allprojects {
externalDocumentationLink(
url = "https://kotlinlang.org/api/kotlinx.coroutines/",
)
externalDocumentationLink(
url = "https://square.github.io/okio/3.x/okio/",
packageListUrl = "https://square.github.io/okio/3.x/okio/okio/package-list",
)
externalDocumentationLink(
url = "https://jetbrains.github.io/skiko/",
packageListUrl = "https://jetbrains.github.io/skiko/skiko/package-list",
)
externalDocumentationLink(
url = "https://api.ktor.io/",
)
externalDocumentationLink(
url = "https://kotlinlang.org/api/kotlinx-datetime/",
packageListUrl = "https://kotlinlang.org/api/kotlinx-datetime/kotlinx-datetime/package-list",
)
externalDocumentationLink(
url = "https://square.github.io/okio/3.x/okio/",
packageListUrl = "https://square.github.io/okio/3.x/okio/okio/package-list",
)
externalDocumentationLink(
url = "https://square.github.io/okhttp/5.x/okhttp/okhttp3/",
packageListUrl = "https://square.github.io/okhttp/5.x/package-list",
)
}
}

Expand Down

0 comments on commit ab02b3c

Please sign in to comment.