[go: nahoru, domu]

Update Hilt project directories to match convention.

From:
hilt/common/
hilt/compiler/
hilt/lifecycle-viewmodel/
hilt/work/

To:
hilt/hilt-common/
hilt/hilt-compiler/
hilt/hilt-lifecycle-viewmodel/
hilt/hilt-work/

Test: ./gradlew bOS
Change-Id: I072fd3b7ab428acb48d890b2b849f814eb442878
diff --git a/settings.gradle b/settings.gradle
index 8268967..a2bb7d3 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -149,10 +149,10 @@
 includeProject(":fakeannotations", "fakeannotations")
 includeProject(":gridlayout:gridlayout", "gridlayout/gridlayout")
 includeProject(":heifwriter:heifwriter", "heifwriter/heifwriter")
-includeProject(":hilt:hilt-common", "hilt/common")
-includeProject(":hilt:hilt-compiler", "hilt/compiler")
-includeProject(":hilt:hilt-lifecycle-viewmodel", "hilt/lifecycle-viewmodel")
-includeProject(":hilt:hilt-work", "hilt/work")
+includeProject(":hilt:hilt-common", "hilt/hilt-common")
+includeProject(":hilt:hilt-compiler", "hilt/hilt-compiler")
+includeProject(":hilt:hilt-lifecycle-viewmodel", "hilt/hilt-lifecycle-viewmodel")
+includeProject(":hilt:hilt-work", "hilt/hilt-work")
 includeProject(":hilt:integration-tests:hilt-testapp-viewmodel", "hilt/integration-tests/viewmodelapp")
 includeProject(":hilt:integration-tests:hilt-testapp-worker", "hilt/integration-tests/workerapp")
 includeProject(":inspection:inspection", "inspection/inspection")