elect
buildSrc
dokkaSourceSets
dokkaHtml { val f = File("$rootDir/src/main/kotlin") println(f) dokkaSourceSets.configureEach { println("in") println(sourceLinks) sourceLink { localDirectory.set(f) println(localDirectory) remoteUrl.set(URL("<https://github.com/kotlin-graphics/kotlin-unsigned/tree/master/src/main/kotlin>")) remoteLineSuffix.set("#L") } } // finalizedBy(netlifyBadge) }
gammax
A modern programming language that makes developers happier.