Intellij sync complains
groovy.lang.missingMethodException: no signature of method: org.gradle.api.internal.artifacts.ivyservice.resolutionstrategy.DefaultResolutionStrategy.eachDependency() is applicable for argument types: (build_yadi_yadi_ya_closure14).
It then suggests a possible solution of eachDependency(org.gradle.api.Action).
I do not call this function anywhere in my code. can someone please assist?