How to resolve javax.script.ScriptException in my Kotlin project
I am working on a Kotlin project and need to use javax.script.ScriptException
. However, I’m encountering an error stating that javax.script.ScriptException
is unresolved, which means there is no built-in support for this in my project.