Hello, I'm looking for a best practice for testing...
# kotlin-native
a
Hello, I'm looking for a best practice for testing my shared lib for androidNativeX86 architecture and being JNI to use in tests. I couldn't find anything other than the standard library for testing (I can't get *env in it), or kotest (doesn't support androidNativeX86) Maybe I should use kaspresso, but it's a ui testing framework. Any recommendations