Hi all. Can anyone tell me what dependency I need ...
# android
t
Hi all. Can anyone tell me what dependency I need for
androidx.test.annotation.UiThreadTest
? I currently have
androidTestImplementation 'androidx.test:annotations:1.3.0'
in my module's build.gradle file, but I cannot find the needed annotation. Edit: Nevermind, SO to the rescue:
'androidx.test:rules:1.3.0'
I guess a follow-up question would be, how the hell would I have found that out otherwise? The documentation points me to the annotations package. Why wouldn't this annotation be there?
stackoverflow 1
😶 4
t
@Tony Kazanjian Hi - this is not Kotlin-related 🙂 Post on Stack overflow instead. stackoverflow😉
t
For sure, will do next time
👍 1