Ignoring common test and extending it with ios/and...
# multiplatform
t
Ignoring common test and extending it with ios/android dummy runners works, but doesn't look like elegant solution
r
t
Nice hack, thank you!
@russ btw you can run tests on iOS simulator as well: https://github.com/JetBrains/kotlin-mpp-example/pull/1
r
yes I’ve been thinking about switching over to using simulator tests, but running on the macos host has been sufficient for my needs so far for that library. I’m primarily dealing with the NSUserDefaults API that exists on both ios and macos.