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:>
Instead of @Rule , you should use @get:Rule.
@Rule
@get:Rule