Ignat Beresnev

Results 46 issues of Ignat Beresnev

Review the document that was produced as the result of #3424.

After the internal review is done (#3538), the document should be reviewed by the Kotlin Build Tooling team, to validate the ideas and the feasibility. Some other people from the...

As part of the migration to K2 (#2888), Dokka is migrating to the new Analysis API which is still under active development. Updates of the Analysis API version sometimes break...

infrastructure
tech-debt

There's barely any documentation in [kotlin-stdlib-docs](https://github.com/JetBrains/kotlin/tree/master/libraries/tools/kotlin-stdlib-docs), which leads to uncertainties and hidden gotchas when it comes to updating Dokka. Some documentation about this module should be added. There are no...

tech-debt
topic: stdlib migration

The version of Dokka used to build stdlib's docs should be updated to the latest `-dev` build. 1. Bump the version 2. Implement the sample re-writer interface introduced in #3108...

topic: stdlib migration

* Bumps KGP to 2.0.0-Beta4 * Bumps kotlin-compiler to 2.0.0-Beta4 (only K1)

This issue is part of a larger issue: [Migrate Dokka's analysis to K2 compiler (#2888)](https://github.com/Kotlin/dokka/issues/2888). ## Goal Dokka should be able to generate documentation for **any** pure Kotlin/JVM project, or...

language: Java
language: Kotlin
topic: K2

## Background Dokka's current Gradle plugin has many problems: * It is not idiomatic, not up to modern standard and does not follow best practices (see #2700). * It's very...

enhancement
runner: Gradle plugin
epic