mcpiroman
06/17/2021, 2:28 PMUnexpected state for resolution: Unknown
error for every gradle project.
The resulting error message is Could not resolve all dependencies for configuration ':allopen-ide-plugin:compileClasspath'
but I guess that's because it's the first project.
When I do Refresh gradle dependencies
on the root (kotlin
) project, the gradle model builds, but is not imported.
But when I then Reload Gradle Project
the circle repeats, see line 2.
The thing is, when I execute gradlew assemble
in the shell, for example, everything builds fine. Hence I do not post this at #gradle
I've been instructed to ask here but I apologize if this is not the correct place.dmitriy.novozhilov
06/17/2021, 5:59 PM