I can't even run tests... I'm getting ``` FAILURE:...
# kontributors
k
I can't even run tests... I'm getting
Copy code
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':idea:test'.
> Could not resolve all dependencies for configuration ':idea:testRuntimeClasspath'.
   > A problem occurred configuring project ':compiler:backend'.
      > org.gradle.api.internal.initialization.DefaultClassLoaderScope@37dc4b7d must be locked before it can be used to compute a classpath!
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
* Get more help at <https://help.gradle.org>
BUILD FAILED in 6s
org.gradle.api.internal.initialization.DefaultClassLoaderScope@37dc4b7d must be locked before it can be used to compute a classpath!
b
cc @semoro
s
Please provide output with stacktrace
k
I'm running
:idea:cleanTest :idea:test --tests org.jetbrains.kotlin.idea.intentions.IntentionTestGenerated.ConvertToBlockBody
-.kt
s
Had you tried to
./gradlew --stop
?
k
yes, same result