Join Slack
Powered by
Hey guys, I have a problem: after I migrated to th...
# android
l
landoulsi
02/12/2019, 7:48 AM
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
ahmedre
02/14/2019, 1:56 PM
there are 2 different mockk dependencies - one for Android and one for multiplatform. make sure you’re including the right one.
2
Views
Open in Slack
Previous
Next