Skip to content

Commit 565a037

Browse files
Dokka: Remove displayName.set(...) for dokkaSourceSets.
1 parent cbda51a commit 565a037

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plot-api/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ tasks.withType<org.jetbrains.dokka.gradle.DokkaTask>().configureEach {
9292
suppress.set(false)
9393
}
9494
}
95-
96-
dokkaSourceSets.named("commonMain") { displayName.set("Plot API") }
97-
dokkaSourceSets.named("jvmMain") { displayName.set("Plot API (JVM)") }
9895
}
9996

10097

0 commit comments

Comments
 (0)