Hey guys, I have cloned the project <https://githu...
# coroutines
b
Hey guys, I have cloned the project https://github.com/Kotlin/kotlinx.coroutines and opened it with IntelliJ Idea Ultimate 2017.3.4 (Kotlin plugin 1.2.30), and found those errors:

https://kotlinlang.slack.com/files/U4W041P5F/F9UEZA1QX/image.png

. Any ideas to solve the problem? I have also tried the IntelliJ 2018.1 or Kotlin plugin versions from 1.2.10 to 1.2.40dev and none of them works.
s
I have no 'access' to view that image you linked. Could you uploaded into slack here? Like you, I have build issues too when trying to build and run tests in the IDE (The JavaScript related packages don't build; they cause compiler errors). However, using the command line
./gradlew
works when executing only specific tasks.
b
message has been deleted
Yes, It works to build with gradle but not with intellij.