any idea how to use mockk in kotlin multiplatform?
the old
io.mockk:mockk-common
works but only until 1.12.5, their changelog says they support KMP now in
io.mockk:mockk
without
-common
suffix but it doesn’t work for me
my app supports Android and iOS
Copy code
Could not resolve io.mockk:mockk:1.13.2.
Required by:
project :shared
> No matching variant of io.mockk:mockk:1.13.2 was found. The consumer was configured to find a library for use during 'kotlin-api', preferably optimized for non-jvm, as well as attribute 'org.jetbrains.kotlin.platform.type' with value 'native', attribute