Working with the Kotlin repo itself in the intelli...
# kontributors
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've been instructed to ask here but I apologize if this is not the correct place.
1