I am working on a multi-platform project and in my...
# android
g
I am working on a multi-platform project and in my commonTest it requires Robolectric test runner (i.e. @RunWith(Robolectric::class)) when running the android actual implementation. I’d like to get the benefit of having a single test execute for both android and ios targets without adding android dependencies to commonTest. Is there a clean way to do this?
j
Please refer to #multiplatform
g
ah, didn’t see that channel. Thanks!
👍 1