Edit: message was not related to multiplatform, re...
# multiplatform
o
Edit: message was not related to multiplatform, removed to reduce visual clutter.
e
even without multiplatform, you can't use tests in another gradle module without some real hacks
you might want to move the common parts of your tests to the
commonMain
of a new gradle module that both
:androidApp
and
:shared
depend on
👍 1
o
I see, so that was my mistake. Thanks. I'll look for a way to move the tests to
:shared:androidTest
.