Erik
05/21/2025, 12:31 PMCause 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.Erik
05/21/2025, 12:47 PM