DEV Community

Discussion on: Making Android UI testing enjoyable

Collapse
 
garispe profile image
guillermo.arispe

Great job!

I want use Barista, but I have an issue:

Library Version:

3.7.0

Describe the Bug:

I followed the instructions to integrate Barista. I put this lines in my build.gradle

androidTestImplementation('com.schibsted.spain:barista:3.7.0') {
exclude group: 'org.jetbrains.kotlin'
}

But when I try to use it, Android Studio don't recognize the library.

What is my error?

I'm using Android Studio 4.1 and com.android.tools.build:gradle 4.0.1

Collapse
 
sloydev profile image
Rafa Vázquez

I see in Github you already solved it :)