unable to evaluate script, no scripting plugin loaded
I am getting this error and I can't solve it. Could you please help me in this issue. This is the error :
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
and this is my buildgraddle code:
plugins {
alias(libs.plugins.android.application)...