I have a simple kotlin project with Gradle (v7.2),...
# intellij
e
I have a simple kotlin project with Gradle (v7.2), and I get an error in IntelliJ saying
Copy code
Cannot access class 'kotlinx.coroutines.CoroutineScope'. Check your module classpath for missing or conflicting dependencies
I use IDEA Ultimate 2021.2.2. What setting I miss here? (invalidating cache, restart and rebuild does not help)
o
Could you check that you have the newest Kotlin IDE plugin installed, which was released today? Its version is 212-1.5.31-release-546-IJ4638.7 and it contains a bug fix for that problem (at least some of its variants).
👏 2
e
that was it.