Skip to content

Commit

Permalink
Update external link URL to stdlib in DGP
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Nov 26, 2024
1 parent 897be0e commit 7ba43d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ constructor(

maybeCreate("kotlinStdlib") {
enabled.set(this@dss.enableKotlinStdLibDocumentationLink)
url("https://kotlinlang.org/api/latest/jvm/stdlib/")
url("https://kotlinlang.org/api/core/")
}

maybeCreate("androidSdk") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public fun ExternalDocumentationLink.Companion.jdk(jdkVersion: Int): ExternalDoc


public fun ExternalDocumentationLink.Companion.kotlinStdlib(): ExternalDocumentationLinkImpl =
ExternalDocumentationLink("https://kotlinlang.org/api/latest/jvm/stdlib/")
ExternalDocumentationLink("https://kotlinlang.org/api/core/")


public fun ExternalDocumentationLink.Companion.androidSdk(): ExternalDocumentationLinkImpl =
Expand Down

0 comments on commit 7ba43d8

Please sign in to comment.