Is it true that unit-tests in KN need a device to ...
# kotlin-native
s
Is it true that unit-tests in KN need a device to run? I was hoping there's a way to run them on the JVM. Is that possible?
no red 4
s
It depends on what architecture you’re compiling for. If you’re doing KMP, you absolutely can add an extra JVM target and test all your common code there. You should certainly do occasional sanity checks with the native targets as there are some differences.