update repos

This commit is contained in:
2020-10-16 17:59:51 +06:00
parent 87230d010c
commit 3babc94842
3 changed files with 8 additions and 24 deletions

View File

@@ -14,11 +14,13 @@ buildscript {
}
}
repositories {
mavenLocal()
jcenter()
mavenCentral()
maven { url "https://kotlin.bintray.com/kotlinx" }
allprojects {
repositories {
jcenter()
mavenCentral()
maven { url "https://kotlin.bintray.com/kotlinx" }
mavenLocal()
}
}
apply from: "./extensions.gradle"