https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
l

ldavin

11/19/2018, 9:15 AM
Hi there. I’m still wondering how things work regarding testing and test running : When I run my multiplatform unit tests on a project with 3 targets (jvm, iosX64 and iosArm64), it’s only really executed on one target (the jvm one). How is it supposed to go ? Why is it not running against my ios targets ? Because it’s a kotlin-native target and running tests currently only works on JVM and JS ? Or is it a normal behaviour (running only on the first target for example) since if it works on one, it should work on all targets ?
l

ldavin

11/19/2018, 11:50 AM
thanks !