未解决的参考:pluginManagement

Unresolved reference: pluginManagement

当我在 build.gradle.kts 中使用 pluginManagement 时,我收到错误消息“未解析的引用:pluginManagement”。我使用的所有其他功能都很好用。我还尝试了一个空的 build.gradle.kts,顶层只有 pluginManagement {},但它仍然失败。 Gradle 版本为 6.6.1。 IDE (IntelliJ IDEA) 和命令行的问题相同。我找不到任何有用的东西。有什么问题吗?

我在发布后立即找到了解决方案。 来自 Gradle docs:

The pluginManagement {} block may only appear in either the settings.gradle file, where it must be the first block in the file, or in an Initialization Script.