We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0ffb0 commit bc86f3eCopy full SHA for bc86f3e
build.gradle.kts
@@ -16,12 +16,13 @@ allprojects {
16
}
17
18
subprojects {
19
- if (name in listOf("qs-kotlin", "qs-kotlin-android")) {
20
- plugins.withId("org.jetbrains.kotlin.jvm") { apply(plugin = "org.jetbrains.dokka") }
21
- plugins.withId("org.jetbrains.kotlin.android") { apply(plugin = "org.jetbrains.dokka") }
+ if (name in listOf("qs-kotlin")) {
+ apply(plugin = "org.jetbrains.dokka")
22
23
24
+tasks.register("docs") { dependsOn("dokkaHtmlMultiModule") }
25
+
26
nexusPublishing {
27
repositories {
28
sonatype {
0 commit comments