Any timeline on when mockK will support KMP?
# mockk
v
Any timeline on when mockK will support KMP?
m
I’d gladly review a PR that adds support for it, otherwise I don’t have a timeline
j
AFAIK: this is very problematic/complex as mockk is based on JVM's bytecode rewriting utilizing Bytebuddy. There is no bytecode in native, so I am not even sure this is possible. The best approach here is to use fakes more than mocks.