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?