url

@Input
val url: Property<URL>

Root URL of documentation to link with. Must contain a trailing slash.

Dokka will do its best to automatically find package-list for the given URL, and link declarations together.

It automatic resolution fails or if you want to use locally cached files instead, consider providing packageListUrl.

Example:

java.net.URL("https://kotlinlang.org/api/kotlinx.serialization/")