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
Alan Donizete
04/16/2019, 3:49 PM
same here
m
mben
04/16/2019, 4:04 PM
it works only on commonMain and androidMain is it normal?
k
kpgalligan
04/16/2019, 11:47 PM
Mockk is jvm only. It won’t work with native (AFAIK)
m
mben
04/17/2019, 8:30 AM
anything else similar to mockk that works with kotlin native shared lib?