I’m using the `Mockk` testing framework in my unit...
# kotlin-native
y
I’m using the
Mockk
testing framework in my unit tests in my common module. They compile and run fine on the android platform, but I get compilation issues with unresolved references for any MockK objects when running the tests on the ios platform. Is this a limitation with k/n, or is there something I can do in order for this to work?
o
Hmm, not sure if MockK works with K/N, could you check that with library developers?
y
Yes you’re right they don’t support it. They only support kotlin multiplatform
o
as they support MPP, adding native shalln’t be too hard then
y
Oh thankyou so much!