Nest existing ktx projects into their target artifact.

This allows for OWNERS to inherit from the parent directory without requiring duplication.

Bug: 69247886
Test: ./gradlew buildOnServer
Change-Id: I2dd10657202cfed1d083117ef6b9b39132b2a37f
diff --git a/settings.gradle b/settings.gradle
index 3e6c4c7..581897d 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -40,7 +40,7 @@
 includeProject(":car", "car")
 includeProject(":cardview", "cardview")
 includeProject(":collection", "collection")
-includeProject(":collection-ktx", "collection-ktx")
+includeProject(":collection-ktx", "collection/ktx")
 includeProject(":contentpaging", "content")
 includeProject(":coordinatorlayout", "coordinatorlayout")
 includeProject(":core", "compat")
@@ -68,7 +68,7 @@
 includeProject(":media", "media")
 includeProject(":mediarouter", "mediarouter")
 includeProject(":palette", "palette")
-includeProject(":palette-ktx", "palette-ktx")
+includeProject(":palette-ktx", "palette/ktx")
 includeProject(":percentlayout", "percent")
 includeProject(":preference", "preference")
 includeProject(":print", "print")