How can I apply ``` android { lintOptions { ...
# gradle
u
How can I apply
Copy code
android {
   lintOptions {
      ...
   }
}
to all modules? I think I've seen something in allprojects in root build.gradle, but I cannot find it anymore -.-