if i have an `expect` in the commonMain sourceset ...
# multiplatform
e
if i have an
expect
in the commonMain sourceset and an
actual
in my
androidMain
sourceset, is there any way to provide a different
actual
in
androidTest
?
a
You can't have another actual in
androidTest
. That seems like a job for an
interface
👍 2