Skip to content

ExternalDocumentationLinks: Use name as convention value for url #107

@hfhbd

Description

@hfhbd

Current behavior:

externalDocumentationLinks {
  register("serialization") {
    url("https://kotlin.github.io/kotlinx.serialization")
  }
}

New design:

externalDocumentationLinks {
  register("https://kotlin.github.io/kotlinx.serialization")
}

I guess you don't use the name at all?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions