Enable testFixtures - but not supported by AGP yet, so put files in module matrixtest

This commit is contained in:
Benoit Marty
2023-02-06 16:27:19 +01:00
committed by Benoit Marty
parent cb158acf00
commit feac348c89
9 changed files with 157 additions and 4 deletions
@@ -40,6 +40,7 @@ fun CommonExtension<*, *, *, *>.androidConfig(project: Project) {
lintConfig = File("${project.rootDir}/tools/lint/lint.xml")
checkDependencies = true
abortOnError = true
ignoreTestFixturesSources = true
}
}
@@ -64,6 +65,7 @@ fun CommonExtension<*, *, *, *>.composeConfig() {
// Disabled until lint stops inspecting generated ksp files...
// error.add("ComposableLambdaParameterNaming")
error.add("ComposableLambdaParameterPosition")
ignoreTestFixturesSources = true
}
}