https://kotlinlang.org logo
#mockk
Title
# mockk
c

chi

10/11/2021, 4:46 PM
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

Emil Kantis

10/11/2021, 6:13 PM
shouldn't it be
1.12.0
?
c

chi

10/12/2021, 5:28 AM
OMG yeah! 🤦‍♂️
10 Views