Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility Issue with Kotlin Scripting Plugin on IntelliJ IDEA 2023.3.4 #3

Open
AlessandroS94 opened this issue Mar 2, 2024 · 4 comments

Comments

@AlessandroS94
Copy link

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.

@elmot
Copy link
Collaborator

elmot commented Mar 2, 2024

Where the message comes from? Is it build failure or CLion diagnostics?

@AlessandroS94
Copy link
Author

The error occurs during the build process with Gradle in Intellij IDEA, not as a part of CLion diagnostics

@elmot
Copy link
Collaborator

elmot commented Mar 4, 2024

Fixed with 75db7df

If the problem persists, please write here, and I reopen the issue.

@elmot elmot closed this as completed Mar 4, 2024
@AlessandroS94
Copy link
Author

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.

@elmot elmot reopened this Mar 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants