Skip to content

Commit e7a5f6f

Browse files
committed
Added Dokka documentation
1 parent d2153b2 commit e7a5f6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composeextensions/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies {
6464
// This is used to publish the documentation along with the library.
6565
tasks.register<Jar>("javadocJar") {
6666
dependsOn(tasks.named("dokkaHtml"))
67-
from(tasks.named<org.jetbrains.dokka.gradle.DokkaTask>("dokkaHtml").flatMap { it.outputDirectory })
67+
from(tasks.named<org.jetbrains.dokka.gradle.DokkaTask>("dokkaGenerateHtml").flatMap { it.outputDirectory })
6868
archiveClassifier.set("javadoc")
6969
}
7070

0 commit comments

Comments
 (0)