https://kotlinlang.org logo
#android
Title
# android
g

Gene Cahill

03/05/2021, 4:43 PM
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

Jorge Andrés Díaz Naranjo

03/05/2021, 4:46 PM
Please refer to #multiplatform
g

Gene Cahill

03/05/2021, 5:03 PM
ah, didn’t see that channel. Thanks!
👍 1