Rename compiler directories to more sensible names
Test: ./gradlew test buildOnServer
Change-Id: I71856067694cac33c01856b4fbf41cb05f6dcf96
diff --git a/ui/settings.gradle b/ui/settings.gradle
index b65036f..229cee6 100644
--- a/ui/settings.gradle
+++ b/ui/settings.gradle
@@ -20,11 +20,11 @@
}
-includeProject(":compose-runtime", "../compose/runtime")
-includeProject(":compose-plugin-cli", "../compose/plugins/cli")
-includeProject(":compose-plugin-cli-tests", "../compose/plugins/cli-tests")
-includeProject(":compose-plugin-ide", "../compose/plugins/ide")
-includeProject(":compose-plugin-cli-gradle", "../compose/plugins/cli/gradle")
+includeProject(":compose:compose-runtime", "../compose/compose-runtime")
+includeProject(":compose:compose-compiler-hosted", "../compose/compose-compiler-hosted")
+includeProject(":compose:compose-compiler-hosted:integration-tests", "../compose/compose-compiler-hosted/integration-tests")
+includeProject(":compose:compose-compiler", "../compose/compose-compiler")
+includeProject(":compose:compose-ide-plugin", "../compose/compose-ide-plugin")
includeProject(":ui-android-text", "android-text")
includeProject(":ui-text", "text")
includeProject(":ui-text:integration-tests:ui-text-demos", "text/integration-tests/text-demos")