Hello all, I'm trying to use Mockk in my multiplat...
# mockk
c
Hello all, I'm trying to use Mockk in my multiplatform project together with Koin, after running the test I get the following error even though I added the dependency :
implementation("io.mockk:mockk-common:1.2.0")
in my common test dependencies
Copy code
> Could not resolve all files for configuration ':shared:debugUnitTestRuntimeClasspath'.
   > Could not find io.mockk:mockk-common:1.2.0.
e
shouldn't it be
1.12.0
?
c
OMG yeah! 🤦‍♂️