I\'m trying to make UI test for my android app in Kotlin. Since the new system using ActivityTestRule, I can\'t make it work: it compiles correctly, and at runtime, I get:>
Use this:
@get:Rule var mActivityRule: ActivityTestRule = ActivityTestRule(MainActivity::class.java)