How does one go about setting up tests in CfD + Je...
# compose-desktop
b
How does one go about setting up tests in CfD + Jetpack compose project? I'm getting
java.lang.NoClassDefFoundError: Could not initialize class androidx.test.espresso.Espresso
when trying to run
androidTest
tests.
g
I've put tests in CommonTest and run them on JVM, but without any ui/compose components in the tests themselves.