Ignat Beresnev

Results 46 issues of Ignat Beresnev

Dokka 1.9.0 introduces some breaking changes to the plugin API - namely, the analysis part. It is expected that only a small fraction of Dokka plugins will get affected, so...

Dokka's [integration tests](https://github.com/Kotlin/dokka/tree/12e2a3c6b8bf1533148ddf29c77e73f5045754a6/integration-tests) run Dokka on real projects using various versions of Gradle, Kotlin and Android, and make sure there are no abnormalities, all links are present, everything is resolved...

tech-debt
epic

Originally reported in #2347 There's no way to switch to the light/dark themes on mobile, the button is not there: screenshot ![2023-05-19_17-21-24](https://github.com/Kotlin/dokka/assets/22685910/93ef33ed-11ce-4e94-9bfc-4c0284d22961) Whereas it exists on desktop: screenshot ![2023-05-19_17-23-13](https://github.com/Kotlin/dokka/assets/22685910/ef5424d3-6a2d-42b8-87a6-d4802caa0606)

bug
format: html
html: frontend
UI Kit

Dokka 1.9.0 introduces some [breaking changes](https://github.com/Kotlin/dokka/issues/3099) that affect the plugin that builds [Android's API reference](https://developer.android.com/reference) docs. This plugin uses significantly more compiler internals than any other Dokka plugin, so we...

feedback: Google
tech-debt

`styles.css` has 1.5k lines, which is a problem for two reasons: * It's not convenient for us internally, so the developer experience could be improved if it's broken down into...

format: html
html: frontend

**Describe the bug** XML report generates inaccurate coverage for files with same name, but from different source sets. Take the following project structure as an example: ![2022-11-21_13-38-18](https://user-images.githubusercontent.com/22685910/203057323-7ab1384d-2290-4446-878f-5e002de880fe.png) where `KoverFile.kt` will...

Bug
Kover Coverage Tool
S: in progress

If you have a Kotlin file with some classes/functions under a certain package, for example ``` src/main/kotlin/org/jetbrains/kover/reproducer/PackageMismatchFile.kt ``` but inside the file you have a different package declared, for example...

Bug
Kover Coverage Tool
S: postponed

Got the following configuration error during project import, but it doesn't seem to affect anything - I can run the example just fine Reporting it in case it's important. Would...

## Context This issue was extracted from #3388 as a separate case, because it is tricker to fix due to both Dokka and Analysis API not handling varargs very well...

bug
topic: K2

The sorting order of documentables is not consistent between K1 and K2 implementations Questions: * Should we sort documentables right after analysis or before rendering? * What should be sorted?...

topic: K2