packageListUrl

@Optional
@Input
val packageListUrl: Property<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:

rootProject.projectDir.resolve("serialization.package.list").toURL()