Oleg Yukhnevich
Oleg Yukhnevich
> In K2, it depends on the version of stdlib. I don't think that the issue pointed out above is. Look at [NotImplementedError](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-not-implemented-error/) in Kotlin 2.2.0 - it has `expect`...
Sorry, looks like I misunderstood the intention of the message :( I wanted to point out that it's not `Throwable` (or built-in) related and will happen with any `expect/actual` class...
One more case, similar to `Throwable`, this time for `Enum.ordinal` and `Enum.name`. Enum is declared fully in `common` code, without expect/actual: ```kotlin enum class SignatureFormat { RAW, DER } ```...
This will also fix #1995
Yeah, starting from DGPv2 we are phasing out markdown output format support (it was always in an Alpha status), as we currently have not enough resources to maintain it and...
Initially mentioned that it fixed in ~1.4.0: https://github.com/Kotlin/dokka/issues/373 Related issues on IDEA side: * https://youtrack.jetbrains.com/issue/KTIJ-30715/KDoc-cannot-reference-elements-with-names-in-backticks * https://youtrack.jetbrains.com/issue/KTIJ-21878/KDoc-unable-to-reference-a-method-with-spaces-in-the-name Note: names with backticks should be supported in all places, including `@sample` tag
Blocked by #4178
Current state: the only place where we miss unresolved parameters with K2 analysis is when we have implicit primary constructor. Also, in all cases of unresolved parameters we log them...
> the only place where we miss unresolved parameters with K2 analysis is when we have implicit primary constructor. Not reproduced anymore on the build from master. Might be fixed...
Action point: * do it before K2 opt-in