For my application I still get ```Exception in thr...
# scripting
r
For my application I still get
Copy code
Exception in thread "main" java.lang.NoClassDefFoundError: com/intellij/openapi/util/Disposer
        at org.jetbrains.kotlin.scripting.compiler.plugin.impl.ScriptJvmCompilerIsolated.compile(ScriptJvmCompilerImpls.kt:237)
I found some issues with gradle script, but seem to not be significant for this issue, I tried to recreate issue a minimal example, but there it works, It read script, compile and execute it.😁 When having real issue it is a gradle multi-project build in IntelliJ I've looked at my scriptCompilationConfiguration and when checking printing it out.. Key(dependencies)=[JvmDependency(classpath is including the jar with com/intellij/openapi/util/Disposer is listed (kotlin-compiler-embeddable-1.4.21.jar) Any hint on way forward is appreciated