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 {
4949 mavenCentral()
5050 gradlePluginPortal()
5151 // 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 " }
5353 }
5454
5555 configurations. classpath {
@@ -132,9 +132,10 @@ allprojects {
132132 // kotlin-dev with space redirector
133133 maven { url " https://cache-redirector.jetbrains.com/maven.pkg.jetbrains.space/kotlin/p/kotlin/dev" }
134134 // 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 " }
136136 // For local development
137137 mavenLocal()
138+
138139 }
139140}
140141
You can’t perform that action at this time.
0 commit comments