Skip to content

Published Dokka: Missing package list #268

@hfhbd

Description

@hfhbd

Dokka generates a package list to create links if you use this dependency in another project:

// build.gradle.kts
tasks.dokkaHtmlPartial {
    dokkaSourceSets.configureEach {
        externalDocumentationLink("https://cashapp.github.io/sqldelight/2.0.0-alpha05/2.x/")
        externalDocumentationLink("https://kotlinlang.org/api/kotlinx-datetime/")
        externalDocumentationLink("https://uuid.softwork.app")
        externalDocumentationLink("https://kotlinlang.org/api/kotlinx.coroutines/")
    }
}

But for kotlinx-datetime, there is no package list:

Failed to download package-list from https://kotlinlang.org/api/kotlinx-datetime/package-list, this might suggest that remote resource is not available, module is empty or dokka output got corrupted

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions