another question: after applying mpp plugin with a...
# multiplatform
i
another question: after applying mpp plugin with android preset AS starts complaining about the naming for unit tests that contains spaces(like
when smth expect smth
) in
src/test
folder. Seems that those tests are treated as Android instrumentation tests and no spaces in tests name allowed. Is there any way how to fix it without renaming test names? I assume that somehow
fromPreset(presets.android, 'android')
makes think all tests in
/src/test
folder are Android instrumentation tests