In Kotlin Multiplatform Project, it is common to write tests in commonTest, as you can run it on all platforms you configured. However, while you want to make test “common” as much as you can, there might be some test cases you can’t run on some specific platform. So, what to do?