Working with the Kotlin repo itself in the intelli...
# intellij
m
Working with the Kotlin repo itself in the intellij. Importing gradle fails with
Unexpected 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.
a
try to ask in #kontributors
c
it sure is also a idea bug if it can’t import a valid gradle project.