Fix native-platform repo after it was suddenly moved in the gradle repo

This commit is contained in:
Ilya Chernikov
2018-06-01 17:01:35 +02:00
parent dae8b12872
commit 3171968efc
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ repositories {
extra["buildSrcKotlinRepo"]?.let {
maven(url = it)
}
maven(url = "https://repo.gradle.org/gradle/libs-releases-local") // for native-platform
maven(url = "https://repo.gradle.org/gradle/ext-releases-local") // for native-platform
jcenter()
}