Minor: add repository path for android test

This commit is contained in:
Alexey Tsvetkov
2016-05-18 15:23:49 +03:00
parent a36e3a47ed
commit 07adf65f70
@@ -2,6 +2,7 @@ buildscript {
ext.kotlin_version = '1.1-SNAPSHOT' ext.kotlin_version = '1.1-SNAPSHOT'
repositories { repositories {
maven { url 'file://' + pathToKotlinPlugin }
mavenLocal() mavenLocal()
jcenter() jcenter()
} }
@@ -35,6 +36,7 @@ android {
} }
repositories { repositories {
maven { url 'file://' + pathToKotlinPlugin }
mavenLocal() mavenLocal()
jcenter() jcenter()
} }