Skip to content

"./" sourceLink path doesn't work #1274

@KotlinIsland

Description

@KotlinIsland
plugins {
    kotlin("jvm") version "1.4.0-rc"
    id("org.jetbrains.dokka")  version "1.4.0-rc"
}
repositories {
    jcenter()
}
tasks.dokkaHtml {
    dokkaSourceSets {
        create("main") {
            sourceLink {
                path = "./"
                url = "https://google.com"
                lineSuffix = "#L"
            }
        }
    }
}

image

but with:

path = "src/main/kotlin"

image

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions