Switch android test to common Android SDK dependency management

~
This commit is contained in:
Mikhail Bogdanov
2020-04-09 08:51:48 +02:00
parent acb4d6cf63
commit 535fcbb534
9 changed files with 52 additions and 385 deletions
+2
View File
@@ -1,3 +1,4 @@
import TaskUtils.useAndroidEmulator
plugins {
kotlin("jvm")
@@ -59,6 +60,7 @@ projectTest {
}
workingDir = rootDir
useAndroidEmulator(this)
}
val generateAndroidTests by generator("org.jetbrains.kotlin.android.tests.CodegenTestsOnAndroidGenerator")