[go: nahoru, domu]

Moves Compose lint stubs and test utils to a new module, compose:lint:common-test and uses compiled stubs

Compiled stubs match how lint will run via the command line, so this more accurately tests lint checks

Test: lintDebug
Change-Id: I6b51859c43064c8da1695368354391da13fb3b2f
diff --git a/settings.gradle b/settings.gradle
index 56c3cce4..9be70e4 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -307,6 +307,7 @@
 includeProject(":compose:lint", "compose/lint", [BuildType.COMPOSE])
 includeProject(":compose:lint:internal-lint-checks", "compose/lint/internal-lint-checks", [BuildType.COMPOSE])
 includeProject(":compose:lint:common", "compose/lint/common", [BuildType.COMPOSE])
+includeProject(":compose:lint:common-test", "compose/lint/common-test", [BuildType.COMPOSE])
 includeProject(":compose:material", "compose/material", [BuildType.COMPOSE])
 includeProject(":compose:material:material", "compose/material/material", [BuildType.COMPOSE])
 includeProject(":compose:material:material-benchmark", "compose/material/material/benchmark", [BuildType.COMPOSE])