https://kotlinlang.org logo
#scripting
Title
# scripting
l

louiscad

09/27/2023, 4:34 PM
Hello, IntelliJ IDEA 2023.2.2 Ultimate underlines all my code in red for
.main.kts
scripts. it used to be fine. I'm getting this error message in the IDE on hovering any line:
Cannot access script base class 'org.jetbrains.kotlin.mainKts.MainKtsScript'. Check your module classpath for missing or conflicting dependencies
What's happening?
i

Ivan Kubyshkin [JetBrains]

10/02/2023, 3:33 PM
Did you try
File | Repair IDE
?
l

louiscad

10/02/2023, 3:34 PM
I haven't, will try
7 Views