Skip to content

Commit

Permalink
docs: limit docs generation to subprojects until Kotlin/dokka#3979 is…
Browse files Browse the repository at this point in the history
… fixed
  • Loading branch information
DanySK committed Dec 29, 2024
1 parent 0883281 commit 95b2741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ dependencies {
testRuntimeOnly(alchemist("physics"))

// Dokka dependencies
allprojects.forEach { dokka(it) }
subprojects.forEach { dokka(it) }
}

tasks.matching { it.name == "kotlinStoreYarnLock" }.configureEach {
Expand Down

0 comments on commit 95b2741

Please sign in to comment.