Minor: add repository path for android test
This commit is contained in:
+2
@@ -2,6 +2,7 @@ buildscript {
|
||||
ext.kotlin_version = '1.1-SNAPSHOT'
|
||||
|
||||
repositories {
|
||||
maven { url 'file://' + pathToKotlinPlugin }
|
||||
mavenLocal()
|
||||
jcenter()
|
||||
}
|
||||
@@ -35,6 +36,7 @@ android {
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven { url 'file://' + pathToKotlinPlugin }
|
||||
mavenLocal()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user