I am just trying to follow the guide here: https://medium.com/bumble-tech/automating-android-jetpack-compose-using-appium-edb760fe79b9
To test an app made in Jetpack Compose. The problem I have is that I get an error when I try to implement androidx.compose.ui via Maven.
Does anyone know how I can work around this error?
I get the error: Could not find artifact androidx.compose.ui:ui-test-junit4:pom:1.2.0 in central (https://repo.maven.apache.org/maven2)
The project is built in IntellJ Maven.
If someone could help me I would be very grateful, maybe even another approach to test Jetpack Compose made apk's with Appium and Java?