Skip to content

Commit 6e08edb

Browse files
committed
Fix javadoc
1 parent 1b8ea3f commit 6e08edb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

api/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ dependencies {
3737
compileOnly(libs.annotation)
3838
}
3939

40+
dokka {
41+
dokkaSourceSets.register("main") {
42+
sourceRoots.from(file("src/main/java"))
43+
}
44+
}
45+
4046
val dokkaJavadocJar by tasks.registering(Jar::class) {
4147
archiveClassifier.set("javadoc")
4248
dependsOn("dokkaGeneratePublicationJavadoc")

0 commit comments

Comments
 (0)