packageListUrl

@Parameter(name = "packageListUrl", required = true)
var packageListUrl: URL?

Specifies the exact location of a package-list instead of relying on Dokka automatically resolving it. Can also be a locally cached file to avoid network calls.

Example:

<packageListUrl>file:/${project.basedir}/stdlib.package.list</packageListUrl>