Hey guys, when running some unit tests on iOS some...
# kotlin-native
c
Hey guys, when running some unit tests on iOS sometimes we need to attach the unit tests to a host app. (for example to run unit tests that involves the keychain). This is easy to do through XCode as per the image. Is there a way to have kotlin native/mpp building test frameworks in such a way? If not can you guys think of a workaround that would still allow me to run unit test from gradle?
c
Thank you very much, it sounds like exactly what I need. I will give it a try.
Have you implemented the solution yourself? If so would you be able to share some code with me?