Sorry if this is already answered somewhere else, ...
# kotlin-native
c
Sorry if this is already answered somewhere else, but I can’t find a recent answer to this: are there any plans for a mocking library that supports Kotlin/Native? This seems like a big missing part of supporting unit testing in Kotlin/Native
e
MockK would like to support K/N, but at this point there is not much usable. the lack of reflection on non-JVM platforms is a big issue. https://github.com/mockk/mockk/issues/58