File tree Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ repositories {
2424 maven(" https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev" )
2525 // kotlin-dev with space redirector
2626 maven(" https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
27+ maven(" https://redirector.kotlinlang.org/maven/dev" )
2728 // For Dokka that depends on kotlinx-html
2829 maven(" https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven" )
2930 // For local development
@@ -60,6 +61,7 @@ allprojects {
6061 repositories {
6162 mavenCentral()
6263 maven(" https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
64+ maven(" https://redirector.kotlinlang.org/maven/dev" )
6365 }
6466}
6567
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ repositories {
2828
2929 // kotlin-dev with space redirector
3030 maven(" https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
31+ maven(" https://redirector.kotlinlang.org/maven/dev" )
3132
3233 maven(" https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev" )
3334 // For Dokka that depends on kotlinx-html
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ plugins {
2121repositories {
2222 mavenCentral()
2323 maven(" https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
24+ maven(" https://redirector.kotlinlang.org/maven/dev" )
2425 mavenLocal {
2526 mavenContent {
2627 snapshotsOnly()
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ pluginManagement {
1818 mavenCentral()
1919 maven(" https://plugins.gradle.org/m2/" )
2020 maven(" https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
21+ maven(" https://redirector.kotlinlang.org/maven/dev" )
2122 mavenLocal()
2223 }
2324}
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ pluginManagement {
2626
2727 // kotlin-dev with space redirector
2828 maven(" https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" )
29+ maven(" https://redirector.kotlinlang.org/maven/dev" )
2930
3031 maven(" https://maven.pkg.jetbrains.space/kotlin/p/dokka/dev" )
3132 // For Dokka that depends on kotlinx-html
You can’t perform that action at this time.
0 commit comments