Support parallelization in another IDE tests

This commit is contained in:
Mikhael Bogdanov
2019-04-09 14:48:18 +02:00
parent 18f76c31ca
commit 0d3f03a15a
22 changed files with 38 additions and 22 deletions
@@ -74,7 +74,7 @@ sourceSets {
testsJar {}
projectTest {
projectTest(parallel = true) {
dependsOn(":kotlin-android-extensions-runtime:dist")
workingDir = rootDir
useAndroidSdk()