OK, I thought I finished migrating a project to th...
# gradle
z
OK, I thought I finished migrating a project to the gradle kotlin dsl but now I am getting a very uninformative error that I get no results for when I google it.
Copy code
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.
I'm using the gradle 5.0 wrapper so updating is not an option as far as I know.