Setup
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}dependencies {
// instrumentation tests
androidTestImplementation('com.github.sergio-sastre.AndroidUiTestingUtils:utils:<version>')
// jvm tests (e.g. robolectric)
testImplementation('com.github.sergio-sastre.AndroidUiTestingUtils:utils:<version>')
}AndroidUiTestingUtils
CompileSDK
Kotlin
Compose Compiler
Last updated