在IntelliJ IDEA中从Gradle Groovy DSL迁移到Kotlin DSL后,尝试构建项目时,出现了一个非常错误的信息。
Unsupported method: IdeaModuleDependency.getDependencyModule().
The version of Gradle you connect to does not support that method.
To resolve the problem you can change/upgrade the target version of Gradle you connect to.
Alternatively, you can ignore this exception and read other information from the model.
我正在使用gradle 5.0包装器,所以据我所知,更新不是一种选择。
我也在使用最新版本的IntelliJ,并且所有插件都是最新的。
IntelliJ IDEA 2018.3(最终版) Build#IU-183.4284.148,建于2018年11月21日
我用Gradle构建的项目是一个多模块Kotlin-JVM项目。