packageListUrl
Set the value of packageListUrl.
Parameters
value
will be converted to a URI
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:
rootProject.projectDir.resolve("serialization.package.list").toURL()
Content copied to clipboard