dokka icon indicating copy to clipboard operation
dokka copied to clipboard

[K2] Duplicate source links for overloaded with vararg functions

Open atyrin opened this issue 10 months ago • 2 comments

fun overloadWithVararg(novararg: String){}

fun overloadWithVararg(vararg elements: String){}
Image

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

atyrin avatar Mar 03 '25 17:03 atyrin

Maybe this one could be a side effect of #3558

atyrin avatar Mar 03 '25 17:03 atyrin

Also noticed: with K2 pages.json (responsible for search) vararg option is missed.

atyrin avatar Mar 11 '25 11:03 atyrin

Fixed by #4322

AbdullinAM avatar Nov 06 '25 11:11 AbdullinAM