Reverts back to ui-test and ui-tooling libraries

There is some uncertainty over what these will look like, so to avoid unnecessary migration in the next Compose release, these have been temporarily reverted to their previous state.

Bug: b/160233169
Test: ../development/validateComposeModuleMigration.sh androidx.compose.test:test-core androidx.ui:ui-test --build
Test: ../development/validateComposeModuleMigration.sh androidx.compose.tooling:tooling androidx.ui:ui-tooling
Change-Id: I36fbd29ecac3e977f73499204d1ee3f034f563e7
diff --git a/ui/ui-android-view/build.gradle b/ui/ui-android-view/build.gradle
index 98011d1..0cb27a1 100644
--- a/ui/ui-android-view/build.gradle
+++ b/ui/ui-android-view/build.gradle
@@ -40,7 +40,7 @@
 
     implementation project(":compose:runtime:runtime")
     implementation project(":compose:core:core")
-    implementation project(":compose:test:test-core")
+    implementation project(":ui:ui-test")
 
     testImplementation(ANDROIDX_TEST_RULES)
     testImplementation(ANDROIDX_TEST_RUNNER)