Using 1.0.3 is it at all possible to name androidT...
# android
r
Using 1.0.3 is it at all possible to name androidTest classes
class Human readable class name
and
fun Some human readable test func
? First Android Studio complains it uses is an illegal identifier: ` (@surpress), then the Run configuration cannot find the class. "@JvmName" doesn't seem to work for classes.