I'm trying to run a custom kotlin script from IntelliJ, and I'm seeing this error message:
Copy code
warning: default scripting plugin is disabled: The provided plugin org.jetbrains.kotlin.scripting.compiler.plugin.ScriptingCompilerConfigurationComponentRegistrar is not compatible with this version of compiler
error: unable to evaluate script, no scripting plugin loaded
I'm using Kotlin 1.9.21, but it appears that its trying to use 1.9.0. Complete command line in 🧵