Del_S
Del_S
Hmm so now the same happens with Paparazzi tests: ``` Execution failed for task ':codebase:presentation:profile:testDevDebugUnitTest'. > Could not resolve all files for configuration ':codebase:presentation:profile:devDebugUnitTestRuntimeClasspath'. > Failed to transform kotlinx-coroutines-debug-1.10.1.jar (org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.10.1)...
So I just checked the jar files for `kotlin-coroutines-debug` and 1.9.0 has only one `module-info.class` inside  But 1.10.1 (same with 1.10.0) has two: 
Ah great. Thanks. :)
I am also able to run multiple tests on my machine but the problem comes when I move to gitlab CI/CD. For now we have one machine (single runner) which...