How do I handle android unit tests in a kmp project with JNI? I use java.vm.vendor to detect Android, but since this property isn't changed in android unit tests, I get an error because it can't load the native lib with getResourceAsStream on android.
How do I detect whether I'm running android unit tests or not?