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?