Is there an example anywhere of how to run native ...
# multiplatform
r
Is there an example anywhere of how to run native tests on the ios simulator with the new multiplatform gradle plugin?
t
Simulator task is added manually anyway, you just need a proper task to depend on (and get path)
r
Yeah I just haven’t spent enough time with the new plugin yet to understand where the best place to hook in is. Would be nice to have that as a built-in eventually but I understand it’s still very early days.