Ignat Beresnev

Results 46 issues of Ignat Beresnev

* Deprecation details on pages, both for Kotlin and Java `Deprecated` annotations * Strikethrough only declaration names and not for the whole signature as before (so should only be class...

An umbrella issue for many small UI improvements that are planned for the near future. Since most of them are really small and easy to do, I think creating separate...

enhancement
html frontend

See #2576 The main idea is that declarations without platform tabs can be considered to be "common" by default The problem with rendering single "common" platform tab everywhere is that...

This is regression from https://github.com/Kotlin/dokka/pull/2593. Completely forgot about `Byte`, `Short` and `Char`. It was also displayed fine (resolved `StringValue` by default), but the returned type was incorrect.

Seems like it had styles of pre-1.6 Dokka. Fixes #2605 Not sure how it looked before, but now it looks like this: ![2022-08-04_15-49-00](https://user-images.githubusercontent.com/22685910/182864322-557f7007-d7a0-420a-af7a-0d1688b116ae.png)

Reported in [Kotlin's Slack channel](https://kotlinlang.slack.com/archives/C0F4UNJET/p1658240909161779). Needs to be checked with newer version of the compiler, and reported upstream, since most likely there isn't anything Dokka can do. **How to reproduce**...

bug

Build fails if `Dokka` is used as a dependency in `buildSrc`, initially reported in the community slack: [link to message](https://kotlinlang.slack.com/archives/C0F4UNJET/p1655743911527999) The same problem is relevant for [kotlinx.serialization](https://youtrack.jetbrains.com/issue/KT-52811). ### Workarounds *...

bug

### Background Starting from `7.1`, `com.android.tools.build:gradle`, known as Android Gradle Plugin (`AGP`), ships with unshaded `Dokka` 1.4. Initially it was introduced [as a feature](https://developer.android.com/studio/releases/gradle-plugin#publish-javadoc-jar) so that `AGP` users could build...

bug