File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ buildscript {
49
49
mavenCentral()
50
50
gradlePluginPortal()
51
51
// For Dokka that depends on kotlinx-html
52
- maven { url ' https://kotlin.bintray.com/ kotlinx' }
52
+ maven { url " https://maven.pkg.jetbrains.space/public/p/ kotlinx-html/maven " }
53
53
}
54
54
55
55
configurations. classpath {
@@ -132,9 +132,10 @@ allprojects {
132
132
// kotlin-dev with space redirector
133
133
maven { url " https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
134
134
// For Dokka that depends on kotlinx-html
135
- maven { url ' https://kotlin.bintray.com/ kotlinx' }
135
+ maven { url " https://maven.pkg.jetbrains.space/public/p/ kotlinx-html/maven " }
136
136
// For local development
137
137
mavenLocal()
138
+
138
139
}
139
140
}
140
141
You can’t perform that action at this time.
0 commit comments