I've encountered an issue while attempting to run a plugin I'm developing for CLion 2023.2.3, using IntelliJ IDEA 2023.3.4 (Ultimate Edition). When I try to execute my plugin, I receive the following warning and error messages:
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.
This suggests there's a compatibility problem between the Kotlin scripting compiler plugin and the version of the Kotlin compiler being used.
Could you please provide guidance on how to resolve this issue or suggest any workarounds?
Thank you for your assistance.