automatically generated from channels.md by Knit tool code example
Example 1: automatically generated from channels.md by Knit tool
// documentation with dokka - settings.gradle.kts
pluginManagement {
repositories {
gradlePluginPortal()
jcenter()
}
}
Example 2: automatically generated from channels.md by Knit tool
// setting up dokka - build.gradle.kts
plugins {
id("org.jetbrains.dokka") version "1.4.10.2"
}
repositories {
jcenter() // or maven(url="https://dl.bintray.com/kotlin/dokka")
}