Oleg Yukhnevich
Oleg Yukhnevich
`apiCheck`/`lintKotlin`/`publishToMavenLocal` works fine locally
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)
Should be not 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)
> Currently, does the linux tab have .asyncWithDelay... for K2, but K1 renders normally? Yeah, for K1 `linux` renders fine for some reason with K1. With K2 it will be...
Adding extra `linuxArm64` target not only solves `ERROR CLASS` for `asyncWithDelay` but also resolves issue with `CPointer` for K2 - so now, `ui-showcase` works for both K1 and K2.
Fixed by https://github.com/Kotlin/dokka/pull/3917 in [Dokka 2.0.0](https://github.com/Kotlin/dokka/releases/tag/v2.0.0)
So far, Dackka has already migrated to use `analysis-kotlin-api`. There exist some issues with K1/K2 differences though, but they are solved on a case-by-case basis like, #4117, #4118, and so...
Hey! Thanks for filling the issue, yeah, we will need to provide pro guard rules for the library out of the box, similar to have it's done in kotlinx.coroutines or...
Okay, after reading https://github.com/Kotlin/kotlinx.coroutines/issues/4025, it looks like it's currently not possible to include proguard rules for the desktop JVM. As it works fine on Android, I don't think it's possible...
This is an expected behaviour. Links to declarations should be in the form of `[Ref]` or `[custom name][Ref]`. The syntax with round brackets is only used to resolve external links...