Oleg Yukhnevich

Results 285 comments of Oleg Yukhnevich

Hey! Yeah, that should be fine with minor API addition: let's add a name for `companion object`, so that it will be: ```kotlin public companion object Uncompressed : RAW() ```...

Most likely should not be an issue in [Dokka 2.0.0](https://github.com/Kotlin/dokka/releases/tag/v2.0.0) in [Dokka Gradle plugin v2](https://kotlinlang.org/docs/dokka-migration.html). If you will still receive the same/similar error with DGPv2 please create a new issue.

Hey! I've checked the project that you attached. And here what I could say: 1. Dokka is currently built with old Jackson version because of compatibility with Gradle (more info...

Starting from the Dokka 2.1.0 (which will be released soon-ish), it should be safe to update Jackson in the project via BOM or any other way, and the workarounds like...

> How important is the failing SequentialTasksExecutionStressTest? Theoretically it could mean, that there is some kind of memory leak. But also, this could just mean, that more memory is needed....

I've done some additional checks on how much memory is used, here are some graphs: Test with K2 analysis built with Kotlin 2.0.0-RC1: current PR, this is what is failing...

I've performed additional `stress` tests for this test (`SequentialTasksExecutionStressTest`) with increased amount of tasks (500 vs 100). Here are some results: Test with K2 analysis built with Kotlin 2.0.0-RC1: current...

Hey! Thank you for PR and sorry for waiting. We are now in process of preparing a UI Kit which will specify what to do in such situations. On current...

Fixed in [Dokka 2.0.0](https://github.com/Kotlin/dokka/releases/tag/v2.0.0) in [Dokka Gradle plugin v2](https://kotlinlang.org/docs/dokka-migration.html) By default configuration will be stored in `build/tmp/dokka*/dokka-configuration.json` of the project after running `dokka*` tasks

[Dokka Gradle plugin v2](https://kotlinlang.org/docs/dokka-migration.html) doesn't log in lifecycle: https://github.com/Kotlin/dokka/pull/3833