Fix broken build.

This commit is contained in:
Nikolay Igotti
2016-12-11 20:40:17 +03:00
parent 62e08b330e
commit 6565a5eb23
5 changed files with 14 additions and 7 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ apply plugin: org.jetbrains.kotlin.NativeInteropPlugin
allprojects {
repositories {
maven {
// url 'http://oss.sonatype.org/content/repositories/snapshots'
url 'http://dl.bintray.com/kotlin/kotlin-dev'
url 'http://oss.sonatype.org/content/repositories/snapshots'
//url 'http://dl.bintray.com/kotlin/kotlin-dev'
}
}