mcpiroman
06/17/2021, 1:34 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 thing this is related to kotlin, either the intelij/gradle plugin or the project itself. I apologize if this is not the correct place to ask though.Alexey Belkov [JB]
06/17/2021, 2:24 PMchristophsturm
06/18/2021, 11:44 AM