Skip to content

Commit edbfcf8

Browse files
committed
Added Dokka documentation
1 parent be1e53c commit edbfcf8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composeextensions/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ dependencies {
6565
// Creates a JAR file from the output of the dokkaHtml task.
6666
// This is used to publish the documentation along with the library.
6767
tasks.register<Jar>("javadocJar") {
68-
dependsOn(tasks.named("dokkaHtml"))
68+
dependsOn(tasks.named("dokkaGenerateHtml"))
6969
archiveClassifier.set("javadoc")
70-
from(tasks.named("dokkaHtml").map { it.outputs.files })
70+
from(tasks.named("dokkaGenerateHtml").map { it.outputs.files })
7171
}
7272

7373
publishing {

0 commit comments

Comments
 (0)