Hey guys, I have a problem: after I migrated to th...
# announcements
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 test:
MyTest.kt: (74, 9): Unresolved reference: every
, does any one can help with this ?
p
It seems like dependencies in multiplatform project treated as not transitive. Try to write them in final module to check this issue...
👍🏻 1