Trying to do a unit test using alpha10 of compose ...
# compose
s
Trying to do a unit test using alpha10 of compose and can't figure out where to import createAndroidComposeRule if it is still good stuff 🙂. It doesn't seem to be in
Copy code
androidx.compose.ui:ui-test:1.0.0-alpha10
Last I see it anywhere is in androidx.uiui test1.0.0-alpha07. Does anyone have a sample unit test using this and at least alpha08 or later so I can see what I'm missing? Thanks in advance...
v
The coordinates changed for the import. Try
androidx.compose.ui:ui-test-junit4
s
Thanks!!