Skip to content

Dokka External References

If you want to include links to KtorGen annotations, you can use the following links:

dokka {
  dokkaSourceSets.configureEach {
    externalDocumentationLink {
      register("ktorgen") {
        url("https://kingg22.github.io/ktorgen/")
        packageListUrl("https://kingg22.github.io/ktorgen/api/annotations/package-list")
      }
    }
  }
}

With this your dokka documentation will include links to KtorGen annotations. ✨

Note

Thanks for your support! 🫶