Same lint config for all modules

This commit is contained in:
Benoit Marty
2022-12-09 12:28:35 +01:00
parent dcfd0bad6b
commit a6ee025eda
5 changed files with 12 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ plugins {
}
android {
androidConfig()
androidConfig(project)
composeConfig()
}