malocho
0
Q:

automatically generated from channels.md by Knit tool

// documentation with dokka - settings.gradle.kts
pluginManagement {
    repositories {
        gradlePluginPortal()
        jcenter()
    }
}
0
// 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")
}
0

New to Communities?

Join the community