Move testutils to new directory structure
Instead of having three top level directories in
testutils, testutils-ktx, and testutils-common,
move them all into the testutils folder.
The new structure is:
- testutils/testutils-common
- testutils/testutils-runtime (the old testutils)
- testutils/testutils-ktx
Test: ./gradlew bOS
Change-Id: Ic515d9b0e1edd051d3f36725fce8d876a04939df
diff --git a/settings.gradle b/settings.gradle
index 8d46e66..98363ce 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -277,9 +277,9 @@
//
/////////////////////////////
-includeProject(":internal-testutils", "testutils")
-includeProject(":internal-testutils-common", "testutils-common")
-includeProject(":internal-testutils-ktx", "testutils-ktx")
+includeProject(":internal-testutils-common", "testutils/testutils-common")
+includeProject(":internal-testutils-runtime", "testutils/testutils-runtime")
+includeProject(":internal-testutils-ktx", "testutils/testutils-ktx")
/////////////////////////////
//