File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ buildscript {
4646 mavenCentral()
4747 maven { url " https://plugins.gradle.org/m2/" }
4848 maven { url " https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
49+ maven { url ' https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev' }
4950 mavenLocal()
5051 }
5152
@@ -125,6 +126,7 @@ allprojects {
125126 google()
126127 mavenCentral()
127128 maven { url " https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
129+ maven { url ' https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev' }
128130 }
129131}
130132
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ repositories {
1919 maven(" https://plugins.gradle.org/m2" )
2020 }
2121 maven(" https://maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
22-
22+ maven( " https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev " )
2323 if (buildSnapshotTrain) {
2424 mavenLocal()
2525 }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ atomicfu_version=0.17.0
1414knit_version =0.3.0
1515html_version =0.7.2
1616lincheck_version =2.14
17- dokka_version =1.6.0
17+ dokka_version =1.6.0-dev-138
1818byte_buddy_version =1.10.9
1919reactor_version =3.4.1
2020reactive_streams_version =1.0.3
You can’t perform that action at this time.
0 commit comments