Build: Use cache-redirector.jetbrains.com to prevent connection timeouts
This commit is contained in:
@@ -6,8 +6,8 @@ plugins {
|
||||
id("jps-compatible")
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven("http://dl.bintray.com/kotlin/kotlinx")
|
||||
repositories.withRedirector(project) {
|
||||
maven("https://dl.bintray.com/kotlin/kotlinx")
|
||||
}
|
||||
|
||||
val kotlinxSerializationVersion = "0.4.2"
|
||||
|
||||
Reference in New Issue
Block a user