You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The message come from IntelliJ IDEA when I try to compile the build.gradle.kts file. Now the message specify "warning: default scripting plugin is disabled: The provided plugin org.jetbrains.kotlin.scripting.compiler.plugin.ScriptingCompilerConfigurationComponentRegistrar is not compatible with this version of compiler ".
I am most grateful for your support.
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.
The text was updated successfully, but these errors were encountered: