Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit fc3b4e3

Browse files
Add comments
1 parent 30568be commit fc3b4e3

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

‎gradle/dokka-gradle-example/build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ buildscript {
22
ext.kotlin_version = '1.3.50'
33

44
repositories {
5-
mavenLocal()
65
mavenCentral()
76
jcenter()
87
maven {
@@ -23,9 +22,7 @@ sourceCompatibility = 1.8
2322

2423
repositories {
2524
mavenCentral()
26-
maven {
27-
url 'https://dl.bintray.com/kotlin/kotlin-eap'
28-
}
25+
jcenter()
2926
}
3027

3128
dependencies {
@@ -37,9 +34,9 @@ dokka {
3734
outputFormat = "html"
3835

3936
configuration {
40-
includes = ['Module.md']
37+
includes = ['Module.md']// include module and package documentation
4138

42-
sourceLink {
39+
sourceLink {// link to sources, this will be rendered as "(source)" link in documentation
4340
path = "src/main/kotlin"
4441
url = "https://github.com/Kotlin/kotlin-examples/tree/master/gradle/dokka-gradle-example/src/main/kotlin"
4542
lineSuffix = "#L"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /