Vadim Mishenev

Results 35 comments of Vadim Mishenev

It would be great if you create a PR to implement this.

Unfortunately, I can not reproduce this with your configuration. My sample project is [here](https://github.com/vmishenev/dokka/tree/vmishenev/experiments/examples/gradle/mpp-project) to test this. It works fine. Can you provide your sample project to reproduce this? I...

@anthony-novikov Can you provide your sample project to reproduce this?

Thank you for the reproducer. It helped to detect a problem. The fix will be in Dokka 1.7.20.

I have investigated this. There are flaky html pages, including `pages.json`, because of unresolved link. The reason of the link unresolving is multiple duplication the same class. Dokka logger printed:...

[commonMain/androidx/collection/LongSparseArray.kt](https://raw.githubusercontent.com/Kotlin/dokka/102e968371ee0a87e5efb1c0b5ae6eb258ff5a0b/plugins/base/src/test/resources/multiplatform/longSparseArray/commonMain/androidx/collection/LongSparseArray.kt%20%20) has 2 redundant spaces in its name.

@scoumbassa @cjpoulsen Is this still actual for new version of Dokka?

@ayeung @yunikkk @NohaSamir @ayeung Can you provide your minimal project to reproduce it?

It also affects a KDoc link of overload. See tests in #3447 But it is still user-invisible.