Closed whyoleg closed 11 months ago
Simplified configuration based on: https://github.com/Kotlin/kotlinx-datetime/pull/323#discussion_r1412147614
Could you also help to understand how documentation is published and so where remoteUrl
should be pointed, so it would be stable for current releases version?
Could you also help to understand how documentation is published and so where remoteUrl should be pointed, so it would be stable for current releases version?
Documentation is now being generated and published manually, https://kotlin.github.io/kotlinx-kover/gradle-plugin/dokka/
The documentation for the stable version is currently under development and it has not yet been decided how and where it will be published. In the coming months, we will continue to publish as is
For context: https://github.com/Kotlin/kotlinx.coroutines/issues/3929 and https://github.com/Kotlin/kotlinx.coroutines/pull/3960
BTW, is there a reason why
kover
API reference is not published underhttps://kotlinlang.org/docs/home.html
API reference section?