Oleg Yukhnevich

Results 285 comments of Oleg Yukhnevich

ooh, that's an unfortunate issue, thanks for reporting it! Probably it was needed to remove `keyGenerator(SymmetricKeySize)` default parameter... > Perhaps DeprecationLevel.HIDDEN should be used? yeah, that's an option, though with...

> 'build' is a lifecycle task that runs both 'check' and 'assemble', so if you want to skip checks, can you just run `./gradlew assemble'? The idea is not to...

> What I want to demonstrate is that I'm not sure how to achieve the tasks with ❓ in this PR, while it is possible to run quick checks in...

> This will miss some integration tests, e.g. https://github.com/Kotlin/dokka/blob/master/dokka-integration-tests/gradle/src/test/kotlin/StdLibDocumentationIntegrationTest.kt While this is possible to overcome, I see, that there are some quirks here and there and understanding of everything is...

I've done a bit of an investigation on how [dokka-material-mkdocs](https://gitlab.com/opensavvy/automation/dokka-material-mkdocs) works and also how it's integrated into [ktmongo](https://gitlab.com/opensavvy/ktmongo) **Problem 1** I don't really understand why are you doing this in...

> The module files were all generated in the same directory and overrode each other. I've removed the check and generated docs for one module, and the first problem is...

There is no documentation for aggregation setup, mostly because it's only needed when creating a custom renderer, which is not that frequent compared to other plugin use cases. But here...

@CLOVIS-AI, again, sorry for the delay :( I've checked the project locally, and TBH, I could only blame the included builds for why it doesn't work :) If I add...

One more use case from kotlinx-serialization: link to [constructor parameter](https://github.com/Kotlin/kotlinx.serialization/blob/71b5d5ee99f953b60756c4aaa2ac8e12c3fae605/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/ProtoBuf.kt#L16C89-L16C108) (which at the same time is a property) generates a link in K2 leading to nonexistent page: * with K1...

#4328 is related to the issue above, as Dokka currently does not work well with links to constructor parameters and generates incorrect links for them.