Have I done something obviously wrong when configu...
# dokka
k
Have I done something obviously wrong when configuring Dokka in a multi module build? I'm not doing anything fancy, but the resulting HTML has broken links in it. Specifically, it's trying to link to symbols in modules which do not declare those symbols. For example, in my documentation site, trying to navigate to
FeatureFlagDataStore
should link me to the core artifact, but instead it tries to link me to the compose artifact and results in a 404. Is this potentially a bug in Dokka? I wasn't able to find anything relevant in the Github issues.
1
Here's my repo for reference https://github.com/kevincianfarini/monarch
aha! Looks like it may have been fixed by 1.9.20 https://github.com/Kotlin/dokka/releases/tag/v1.9.20