[kotlin-test] Exclude kotlin-test project from GE test splitting

Not supported for kotlin-multiplatform tests

KT-61969
This commit is contained in:
Ilya Gorbunov
2023-11-18 21:03:09 +01:00
committed by Space Team
parent 6d62119659
commit 38ed3216fd
+1
View File
@@ -469,6 +469,7 @@ val coreLibProjects by extra {
val mppProjects by extra {
listOf(
":kotlin-stdlib",
":kotlin-test",
)
}