aws-sdk-kotlin icon indicating copy to clipboard operation
aws-sdk-kotlin copied to clipboard

Update intra-doc links in API ref docs

Open ianbotsf opened this issue 2 years ago • 0 comments

There's a bug in Dokka that prevents links from working across modules in the same repo: dokka#2679. A short-term workaround exists by enabling non-hierarchical project compatibility mode in gradle.properties:

kotlin.mpp.enableCompatibilityMetadataVariant=true

It has been indicated by JetBrains that this configuration will work around the issue on Dokka 1.7.10 but not on 1.7.20.

ianbotsf avatar Oct 04 '22 15:10 ianbotsf