Hello everyone. Where should I put the sources fol...
# multiplatform
r
Hello everyone. Where should I put the sources folder in order to have
actual
classes for the android instrumented tests? Right now I'm putting them into
androidTest
, but they are executed as unit tests. If I try running
gradle checkConnected
I get the following error:
Copy code
Expected object 'XYZ' has no actual declaration in module
How should I configure the project to have instrumented tests?
k
this was discussed a few days ago if you scroll back in history
r
Thank you very much, sorry for the repost