Hi, thanks for the excellent support here last time I had a question. This time I have upgraded my Kotlin plugin to 1.4 in IntelliJ IDEA and when I opened build.gradle.kts in one of my projects I got a question "Enable blabla scripting blabla", which I said OK to. Related or not, but almost every line turned red with errors like:
Cannot access 'java.lang.Object' which is a supertype of 'org.gradle.kotlin.dsl.KotlinBuildScript'. Check your module classpath for missing or conflicting dependencies
David Eriksson
08/18/2020, 7:32 PM
I'm pretty sure I haven't changed any classpaths or dependencies...