I have discovered that in Kotlin it is possible to...
# test
m
I have discovered that in Kotlin it is possible to have two classes with the same name, in the same package but one of them in the androidTest folder, and when running Espresso tests will be this one the one used.