How exactly should I unit test kotlin native code?
# kotlin-native
s
How exactly should I unit test kotlin native code?
g
What do you mean?
s
In my multiplatform project, I have tests set up for JVM, and I know unit tests are possible for common code as well so long as the implementation classes exist, but I can't seem to find any documentation on how this works for kotlin/native.
There are instructions about configuring project with tests and how to run them
s
Thanks!