Is it expected behaviour for the default commonTes...
# multiplatform
k
Is it expected behaviour for the default commonTest configuration to use the
cleanIosX64Test iosX64Test
tasks? Both my own project and the
kmm-sample-master
use these tasks. The feedback from evaluating expressions isn’t as reliable when debugging as a result.
k
my understanding is that the KMM plugin currently only runs common tests on iOS
r
k
Thanks @Kris Wong and @russhwolf that’s exactly what I was looking for. 🙂 Looks as expected unfortunately
r
You can change it to
cleanAllTests allTests
if you want to run both
or
testDebugUnitTest
to run Android tests but it doesn't have a corresponding clean task