Skip to content

Commit 38938e8

Browse files
committed
put docs inside docs/docs
1 parent 56d97e1 commit 38938e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ gradle.taskGraph.whenReady {
222222

223223
tasks {
224224
val dokka by getting(DokkaTask::class) {
225-
outputDirectory = "docs"
225+
outputDirectory = "docs/docs"
226226
outputFormat = "html"
227227

228228
multiplatform {

0 commit comments

Comments
 (0)