Hello little problem here when trying to add 'io.m...
# kotlin-native
m
Hello little problem here when trying to add 'io.mockk:mockk-common' i cant use it inside my commonTest folder even if i do inside my gradle : commonTest.dependencies { implementation 'org.jetbrains.kotlin:kotlin-test' implementation 'org.jetbrains.kotlin:kotlin-test-junit' implementation 'io.mockkmockk common1.9.3' } any help?
a
same here
m
it works only on commonMain and androidMain is it normal?
k
Mockk is jvm only. It won’t work with native (AFAIK)
m
anything else similar to mockk that works with kotlin native shared lib?
k
Not that I'm aware of