```allprojects { apply { plugin("idea"...
# intellij
b
Copy code
allprojects {
    apply {
        plugin("idea")
    }

    idea.module {
        isDownloadJavadoc = true
        isDownloadSources = false
    }
  …
}
doesn’t cause any build issues, but intellij pitches a fit