Vadim Mishenev
Vadim Mishenev
```kt class A : C() open class C : D { override fun f(a: T) = 1 } interface D { fun f(a: T) = 0 } ``` The signature...
In AA 2.1.0-dev-6359, the check `UsualClassTypeQualifierBuilder.kt:66` started to fail. To reproduce, run Dokka's test `nestedGenericClasses` [here](https://github.com/Kotlin/dokka/blob/8badf76def43843375d1c9aec2ec0d48530f4b52/dokka-subprojects/plugin-base/src/test/kotlin/model/ClassesTest.kt#L475) by the task `testSymbols`. The bug was detected by [Scheduled Tests K2](https://teamcity.jetbrains.com/buildConfiguration/KotlinTools_Dokka_ScheduledDokkaTestsK2?mode=builds#all-projects) Blocked by...
Currently, Kotlin Wasm is [Alpha](https://kotlinlang.org/docs/components-stability.html). Dokka analyzes it as JS platform. Dokka K1 does the same. It is blocked by https://youtrack.jetbrains.com/issue/KT-64984/Analysis-API-Support-Wasm-target (needs a `LLFirAbstractSessionFactory` implementation) **Testing:** ?? `WasmJsWasiGradleIntegrationTest` will be...
The JS integration test has unresolved types for Kotlin less 1.9.0. For Kotlin 1.9.0 and later, the test is passed. Blocked by: https://youtrack.jetbrains.com/issue/KT-64159
If the user has applied Dokka, they should be able to add Dokka's own plugins (such as versioning, mathjax, android, etc) without specifying the version. For example: ```gradle dependencies {...
Only comment here about the text itself. The discussion about the feature is done in #389. This document introduces clarifications and improvements to the existing implementation of [KDoc](https://kotlinlang.org/docs/kotlin-doc.html) regarding resolving...
This is an issue to discuss **Streamline KDoc ambiguity links** in KDoc. The current full text of the proposal can be found [here](https://github.com/Kotlin/KEEP/blob/kdoc/Streamline-KDoc-ambiguity-references/proposals/kdoc/streamline-KDoc-ambiguity-references.md).