Add task to generate Kotlinlang reference

Based on the template from
https://github.com/JetBrains/kotlin-web-site/tree/master/dokka-templates.
Template itself is updated frequently and should be added by CI
configuration.

Generated reference has versioning support. Older generated references
should put into:
<project_dir>/<build_dir>/dokka/kotlinlangDocumentationOld

^KT-55520 Fixed
This commit is contained in:
Yahor Berdnikau
2023-01-13 11:01:39 +01:00
committed by Space Team
parent d3ecb9a75f
commit f90b447c7f
4 changed files with 75 additions and 2 deletions
@@ -5,7 +5,8 @@ plugins {
}
configureDokkaPublication(
shouldLinkGradleApi = true
shouldLinkGradleApi = true,
configurePublishingToKotlinlang = true,
)
dependencies {