Skip to content

Commit

Permalink
Add clikt-markdown to published modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Sep 15, 2024
1 parent 88fd5ea commit 96f3e90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
8 changes: 8 additions & 0 deletions clikt-mordant-markdown/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import org.jetbrains.dokka.gradle.DokkaTaskPartial
import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl


plugins {
kotlin("multiplatform")
alias(libs.plugins.publish)
}

kotlin {
Expand Down Expand Up @@ -48,3 +50,9 @@ kotlin {
}
}
}

tasks.withType<DokkaTaskPartial> {
dokkaSourceSets.configureEach {
includes.from("README.md")
}
}
7 changes: 0 additions & 7 deletions test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import org.jetbrains.kotlin.gradle.targets.js.dsl.ExperimentalWasmDsl

plugins {
kotlin("multiplatform")
alias(libs.plugins.publish)
}

kotlin {
Expand Down Expand Up @@ -51,9 +50,3 @@ kotlin {
}
}
}

tasks.withType<DokkaTaskPartial> {
dokkaSourceSets.configureEach {
includes.from("README.md")
}
}

0 comments on commit 96f3e90

Please sign in to comment.