Hi there. do you know of any K/N sample project wi...
# kotlin-native
l
Hi there. do you know of any K/N sample project with unit tests ? What would be your recommendations for unit testing the “common” KN code for a guy used to writing “classic” android-jvm kotlin code ? It is even possible to test the common code directly ?
t
l
thank you
r
I also have some unit tests implemented at the library and sample level on https://github.com/russhwolf/multiplatform-settings
👍 1
d
@russhwolf can you run your tests individually or do you have to run them all each time?
r
I haven’t really explored running them individually