You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My intention for not using the URL for the name is to allow for Gradle to generate Kotlin DSL accessors. This means that some common ones can be added in Dokkatoo, or I can define my own in a convention plugin, and they'll be easier to manually enable/disable in build scripts. E.g.
Under the hood this would automatically add a external doc link, either using the URL as the name, though perhaps it could try and generate a DSL accessor compatible name.
What would be cool is to add a lot more external doc links. Some common ones are already added. And then, even if the Kotlin DSL accessor doesn't work, they could even be automatically enabled if a dependency is detected.
Current behavior:
New design:
externalDocumentationLinks { register("https://kotlin.github.io/kotlinx.serialization") }
I guess you don't use the name at all?
The text was updated successfully, but these errors were encountered: