fixed build error

This commit is contained in:
Sofus Mortensen 2016-03-07 14:35:27 +01:00
parent be52c5f1b0
commit 0429c144d9

View File

@ -13,6 +13,9 @@ apply plugin: 'kotlin'
repositories {
mavenCentral()
maven {
url 'http://oss.sonatype.org/content/repositories/snapshots'
}
}
dependencies {