Compose-Multiplatform-Wizard
Compose-Multiplatform-Wizard copied to clipboard
Added checking the unit tests for Android project
common tests are UI tests in fact. yes, there is a confusion in general... so, it doesn't work if you run them as unit tests
Let we move the ComposeTest to the androidNativeTest folder instead of commonTest?
no. The common UI tests work on all platforms as UI tests. And common unit tests work as well. But them should be run different (with a test filter by test class) on the android target