Merge branch 'develop' into feature/fga/update_rust_sdk
This commit is contained in:
@@ -43,6 +43,7 @@ fun CommonExtension<*, *, *, *>.androidConfig(project: Project) {
|
||||
lintConfig = File("${project.rootDir}/tools/lint/lint.xml")
|
||||
checkDependencies = true
|
||||
abortOnError = true
|
||||
ignoreTestFixturesSources = true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -67,6 +68,7 @@ fun CommonExtension<*, *, *, *>.composeConfig() {
|
||||
// Disabled until lint stops inspecting generated ksp files...
|
||||
// error.add("ComposableLambdaParameterNaming")
|
||||
error.add("ComposableLambdaParameterPosition")
|
||||
ignoreTestFixturesSources = true
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -54,6 +54,7 @@ fun DependencyHandlerScope.allLibraries() {
|
||||
implementation(project(":libraries:matrixui"))
|
||||
implementation(project(":libraries:core"))
|
||||
implementation(project(":libraries:architecture"))
|
||||
implementation(project(":libraries:dateformatter"))
|
||||
implementation(project(":libraries:di"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user