Hey guys, I have a problem: after I migrated to th...
# android
l
Hey guys, I have a problem: after I migrated to the new multiplatform plugin, I am not able to use
Mockk
library on the common module:
MyTest.kt: (74, 9): Unresolved reference: every
, does any one can help with this ?
a
there are 2 different mockk dependencies - one for Android and one for multiplatform. make sure you’re including the right one.