Skip to content

Commit 7418ca7

Browse files
committed
fix(docs): Configure Dokka for multiplatform and fix links
1 parent 476cb30 commit 7418ca7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build.gradle.kts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,15 @@ dependencies {
295295

296296
dokka {
297297
moduleName.set("kotlin-logging")
298+
dokkaSourceSets {
299+
configureEach {
300+
sourceLink {
301+
localDirectory.set(project.projectDir.resolve("src"))
302+
remoteUrl.set(uri("https://github.com/oshai/kotlin-logging/tree/master/src"))
303+
remoteLineSuffix.set("#L")
304+
}
305+
}
306+
}
298307
}
299308

300309

0 commit comments

Comments
 (0)