I have a project with Kotlin setup via Maven. I op...
# intellij
p
I have a project with Kotlin setup via Maven. I open a Kotlin scratch file and add this:
Copy code
println("hi")
The line is underlined and I get error:
Copy code
scratch_4_5.kts:1 Cannot access script base class 'kotlin.script.templates.standard.ScriptTemplateWithArgs'. Check your module classpath for missing or conflicting dependencies