We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781538c commit af4ca52Copy full SHA for af4ca52
build.gradle.kts
@@ -30,7 +30,3 @@ subprojects {
30
}
31
32
33
-
34
-tasks.withType<DokkaMultiModuleTask>() {
35
- outputDirectory.set(projectDir.resolve("docs"))
36
-}
string-similarity/build.gradle.kts
@@ -82,3 +82,7 @@ kotlin {
82
83
84
85
+
86
+tasks.dokkaHtml.configure {
87
+ outputDirectory.set(rootDir.resolve("docs"))
88
+}
0 commit comments