Support parallelization in another IDE tests

Original commit: 0d3f03a15a
This commit is contained in:
Mikhael Bogdanov
2019-04-09 14:48:18 +02:00
parent 52d7a2a3c7
commit e6fbfcb35b
+1 -1
View File
@@ -58,7 +58,7 @@ sourceSets {
}
}
projectTest {
projectTest(parallel = true) {
// do not replace with compile/runtime dependency,
// because it forces Intellij reindexing after each compiler change
dependsOn(":kotlin-compiler:dist")