Khaled Ayoubi
Results
2
issues of
Khaled Ayoubi
in multi module project I have in the root `build.gradle` ``` gradleLint { rules = ['unused-dependency'] criticalRules = ['undeclared-dependency'] } ``` and in one of the sub module `build.gradle` ```...