Update build.gradle

This commit is contained in:
2023-09-02 04:04:04 +06:00
committed by GitHub
parent cd6c4bbe38
commit 925ba6ac24

View File

@@ -106,7 +106,7 @@ tasks.dokkaHtml {
skipDeprecated.set(true)
sourceLink {
localDirectory.set(file("./"))
localDirectory.set(file("../"))
remoteUrl.set(new URL("https://github.com/InsanusMokrassar/MicroUtils/blob/master/"))
remoteLineSuffix.set("#L")
}