Build: Replace Bintray with Space for kotlin-dependencies repository (KTI-466)

This commit is contained in:
Nikolay Krasko
2021-01-20 20:52:13 +03:00
parent eed0f50c5d
commit 293f2f9950
8 changed files with 21 additions and 48 deletions
+1 -1
View File
@@ -426,7 +426,7 @@ allprojects {
jcenter()
maven(protobufRepo)
maven(intellijRepo)
maven("https://kotlin.bintray.com/kotlin-dependencies")
maven("https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-dependencies")
maven("https://jetbrains.bintray.com/intellij-third-party-dependencies")
maven("https://dl.google.com/dl/android/maven2")
bootstrapKotlinRepo?.let(::maven)