Skip to content

Commit 501de02

Browse files
authored
Fix closing brace syntax in Dokka configuration (#403)
1 parent 186fcd5 commit 501de02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/kotlinx/io/conventions/kotlinx-io-dokka.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ tasks.withType<AbstractDokkaTask>().configureEach {
1616
mapOf(
1717
"org.jetbrains.dokka.base.DokkaBase" to """{ "templatesDir" : "${
1818
rootDir.resolve("dokka-templates")
19-
}"""
19+
}" }"""
2020
)
2121
)
2222
}

0 commit comments

Comments
 (0)