https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
r

Riccardo Montagnin

03/06/2019, 3:42 PM
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

Kris Wong

03/06/2019, 4:26 PM
this was discussed a few days ago if you scroll back in history
r

Riccardo Montagnin

03/06/2019, 6:31 PM
Thank you very much, sorry for the repost