Andrey Tyrin

Results 38 issues of Andrey Tyrin

Create a KMP library with KGP 1.9.20. Declare 2 ios targets. That is required for generating a few layers of shared native source sets ```Kotlin // commonMain class Dokka //...

bug

After fix of #3596 the theme switcher doesn't work on the root page for a multimodule project browser console error" ``` Uncaught TypeError: KotlinPlayground is not a function at initPlayground...

bug

![May-17-2024 12-31-44](https://github.com/Kotlin/dokka/assets/7689049/9aed7286-64a3-42dd-91a5-dfa63ecd02ba) **Installation** - Dokka version: 2.0.0

bug
html: frontend

```Kotlin class OverloadWithDifferentDeclarations{ val me: String = "" fun me() {} } ``` With configured source links they are rendered twice for declarations: **Installation** - Dokka version: 2.0.0

bug

It might be a little weird for some keywords: ![image](https://github.com/Kotlin/dokka/assets/7689049/a61cf72c-e183-4172-87b8-78b478444efc) https://kotlinlang.org/api/kotlinx.coroutines/kotlinx-coroutines-test/

enhancement

1. Create a project with 2 KMP module (android + jvm + any other target) 2. In Module1 declare a type e.g. ```Kotlin object Firebase ``` 3. In Module2 declare...

bug
topic: K2

``` // Java: public class Parent { public String parentField; } // Kotlin: class Child: Parent() ``` In K1 the `parentField` on `Child` page shown as a `String` In K2...

bug
language: Java
topic: K2

Create a KMP project with JVM + any native target. ```Kotlin // commonMain expect class Skiko() // nativeMain actual class Skiko actual constructor(){ fun isShowing(): Boolean { return false }...

bug
topic: K2