How is Detekt supposed to be applied to multi-modu...
# detekt
t
How is Detekt supposed to be applied to multi-module Android projects, like for example the Now in Android App ? When I apply it to the project level build.gradle file, I do not get any Type Resolution tasks and when I execute the
detekt
Task nothing happens. Do I need to apply the Detekt plugin to each module individually? Edit: Adding the
detektAll
task, which is sometimes recommended does not help either
a
Yes, you’d want to apply the detekt Gradle plugin to every module individually