Completely dismantle core-ui and core-utils.

- Split out CursorAdapter into its own module
- Move the rest to compat (which will become core soon)

Test: ./gradlew buildOnServer
Bug: 73133409
Change-Id: Ibf7758c71164521a67dc4ea8d21b57c05a8112e7
diff --git a/settings.gradle b/settings.gradle
index f9c3769..06b1c32 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -40,6 +40,7 @@
 includeProject(":cardview-v7", "v7/cardview")
 includeProject(":collections", "collections")
 includeProject(":coordinatorlayout", "coordinatorlayout")
+includeProject(":cursoradapter", "cursoradapter")
 includeProject(":customtabs", "customtabs")
 includeProject(":customview", "customview")
 includeProject(":documentfile", "documentfile")