pardom
06/25/2019, 1:07 AMcommonTest
. Is it possible to choose just one target to run the tests?basher
06/25/2019, 1:16 AMpardom
06/25/2019, 1:17 AMbasher
06/25/2019, 1:17 AMrusshwolf
06/25/2019, 3:05 AM@OptionalExpectation expect annotation class SinglePlatformTest
and then for the platform you’re interested do actual annotation class SinglePlatformTest = kotlin.Test
. Then annotate tests with @SinglePlatformTest
if you want them to only run on that platform. This pattern can give you pretty fine-grained control over which tests run on which platforms.