Minor: add repository path for android test
This commit is contained in:
+2
@@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user