*Question*: Can mockk be used with Kotlin Multipla...
# mockk
h
Question: Can mockk be used with Kotlin Multiplatform and iosMain?
e
not only is kotlin-reflect missing on anything other than JVM, the closed-world compilation model means mockk wouldn't be able to instrument existing class nor generate and load new ones
https://github.com/kosi-libs/MocKMP#readme take a different (and limited) approach
👍 1
d
You can also take a look at https://github.com/lupuuss/Mokkery.
👍 1