Skip to content

Commit 9f8d050

Browse files
committed
Fix repository for dokka dependency
1 parent ab5bbb0 commit 9f8d050

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)