Oleg Yukhnevich

Results 285 comments of Oleg Yukhnevich

We should also recheck how changes to `@param` and `@property` tag resolution and inspections will affect the behavior that users expect from Dokka (#3032 & #2304).

Hey! We were able to overcome this issue don't breaking source/binary compatibility, and so the fix will be available in an upcoming release of Dokka. Proper removal of URL usage...

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)

Need to ask compiler team for additional information

Hey! Thanks for the report! The issue is rather cumbersome, but I was able to decipher what happened. I opened the project locally and found that the Dokka configuration created...

> In case it helps with figuring out if changing the default name is okay, I believe the logic is the same as in DGPv1 [here](https://github.com/Kotlin/dokka/blob/v2.0.0/dokka-runners/dokka-gradle-plugin/src/classicMain/kotlin/DokkaSourceSetMapper.kt#L36-L43). Thanks! Yeah, it looks...

Build scan upload failed: > The request was rejected. > Develocity plugin version 3.18 is newer than the newest version supported by Develocity 2024.1.3 which is 3.17. Please update to...

https://ge.jetbrains.com/ is now on Develocity 2024.2.8, so we can now use 3.18.x version of the plugin. 3.19 requires 2024.3, so we can't update further.

Hey! Thanks for the report, I will check what is possible. Encoding of public key to compressed format is rather easy, but decoding it could be not so easy in...