Hey all, when testing compose multiplatform ui components as described here:
https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-test.html
Is there a good way to integrate with existing coverage reporting tools such as Kover? When I go through my usual flow of executing .
/gradlew koverXmlReport
, it will fail because it tries to run testDebugUnitTest instead of the expected
connectedAndroidTest