package List Url
@Parameter(name = "packageListUrl", required = true )
Content copied to clipboard
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>Content copied to clipboard