Do I have to do anything specific for gradle to run test on js implementations? When running gradle check, only the jvm implementation is tested. I wrote an iosTest task (found here https://github.com/JetBrains/kotlin-mpp-example/blob/master/greeting/build.gradle) to be able to test iOS implementation. So far, unit test in the javascript modules are completely ignored