Support parallelization in another IDE tests
Original commit: 0d3f03a15a
This commit is contained in:
@@ -58,7 +58,7 @@ sourceSets {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
projectTest {
|
projectTest(parallel = true) {
|
||||||
// do not replace with compile/runtime dependency,
|
// do not replace with compile/runtime dependency,
|
||||||
// because it forces Intellij reindexing after each compiler change
|
// because it forces Intellij reindexing after each compiler change
|
||||||
dependsOn(":kotlin-compiler:dist")
|
dependsOn(":kotlin-compiler:dist")
|
||||||
|
|||||||
Reference in New Issue
Block a user