The issue was my mistake: I removed all apply false
rules from my project's build.gradle plugins, clearly not understanding what I was doing.
In retrospective, my own update gave me a good hint: as I was applying all the plugins to the top-level gradle file, it expected every declaration to be there.