Results 14 comments of 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 ![Image](https://github.com/user-attachments/assets/f02b7801-55da-494b-ac40-63d346ad91dc) But 1.10.1 (same with 1.10.0) has two: ![Image](https://github.com/user-attachments/assets/35001a7f-fafd-4c87-8513-c7370a300887)

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...