Is there an example anywhere of how to run native tests on the ios simulator with the new multiplatform gradle plugin?
t
thevery
09/04/2018, 7:25 AM
Simulator task is added manually anyway, you just need a proper task to depend on (and get path)
r
russhwolf
09/04/2018, 1:35 PM
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.