so when there is no errors then everything syncs f...
# refreshversions
n
so when there is no errors then everything syncs fine:

https://i.imgur.com/K54GoN5.png

but if there is even one unrelated error then this happens in idea:

https://i.imgur.com/KkS6SZe.png

i assume that is because idea only then shows the "errors" generated when _ gets rejected is there any way to reduce the severity of those errors or get to the bottom of what the actual cause is ? the errors are also nonsensical:
Copy code
Cannot resolve external dependency io.ktor:ktor-client-core:{require 1.4.0; reject _} because no repositories are defined.
Required by:
    project :util:paste:pastee
    project :util:paste:pastee > project :module:paste

Possible solution:
 - Declare repository providing the artifact, see the documentation at <https://docs.gradle.org/current/userguide/declaring_repositories.html>
l
I don't know what that unrelated error is, but it looks like refreshVersions worked fine but you removed the repos or didn't specify it, and Gradle showed you the same error it'd have shown if you were not using refreshVersions.
n
i did not modify any repos .. i added a dependeny on a nonexistant configuration.. but that should not cause all other subprojects to freak out
l
How did you fix that?
n
i created the configuration beforehand
the code i showed in the other thread
and since it is the only thing i changed between syncing it is clearly the one causing the error.. it is just i noticed this on any kind of error during sync that idea spams the refresVersions errors and it drowns out the other stuff
l
I created the configuration beforehand
Before what?
n
before using it in a dependencies block