Skip to content

Commit

Permalink
Add a link to kotlinlang documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnatBeresnev committed Apr 21, 2023
1 parent 1e923ae commit 5cf87e8
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -23,6 +23,8 @@ subprojects {
// want to configure sourceLinks at once in `subprojects {}`, you have to find the relative path.
// Alternatively, you can move this configuration up into subproject build scripts,
// and just hardcode the exact paths as demonstrated in the basic dokka-gradle-example.
//
// Read docs for more details: https://kotlinlang.org/docs/dokka-gradle.html#source-link-configuration
sourceLink {
val exampleDir = "https://github.com/Kotlin/dokka/tree/master/examples/gradle/dokka-multimodule-example"
val projectRelativePath = rootProject.projectDir.toPath().relativize(projectDir.toPath())
Expand Down

0 comments on commit 5cf87e8

Please sign in to comment.