dokka
dokka copied to clipboard
[K2] Duplicate source links for overloaded with vararg functions
fun overloadWithVararg(novararg: String){}
fun overloadWithVararg(vararg elements: String){}
The issue doesn't reproduce with K1. But there is similar for K1/K2: https://github.com/Kotlin/dokka/issues/3612
Installation
- Dokka version: 2.0.0
Maybe this one could be a side effect of #3558
Also noticed: with K2 pages.json (responsible for search) vararg option is missed.
Fixed by #4322