How exactly should I unit test kotlin native code?
g
gildor
11/18/2018, 8:22 PM
What do you mean?
s
serebit
11/18/2018, 8:23 PM
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.