Same lint config for all modules

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

View file

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