I'm having trouble adding kotest to my existing KM...
# kotest
e
I'm having trouble adding kotest to my existing KMP project (Android and iOS targets). I get lots of error like:
Copy code
Cause 2: org.gradle.internal.resolve.ModuleVersionResolveException: Could not resolve org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.8.0.
Required by:
    project :store > io.kotest:kotest-framework-engine:5.9.1 > io.kotest:kotest-framework-engine-iosarm64:5.9.1
Android uses JUnit 4. I added the Kotest plugin and I added
"io.kotest:kotest-assertions-core"
,
"io.kotest:kotest-property"
and
"io.kotest:kotest-framework-engine"
to the
commonTest
dependencies.