after upgrading the kotlin plugin the gradle suppo...
# intellij
b
after upgrading the kotlin plugin the gradle support in idea seems broken. anyone seeing these messages?
Copy code
java.lang.NoClassDefFoundError: org/jetbrains/plugins/gradle/tooling/ModelBuilderService$Ex
java.lang.ClassNotFoundException: org.jetbrains.plugins.gradle.tooling.ModelBuilderService$Ex
Unable to load class 'org.jetbrains.plugins.gradle.tooling.ModelBuilderService$Ex'.
Possible causes for this unexpected error include:
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)

The state of a Gradle build process (daemon) may be corrupt
d
I had same problem. You need to upgrade your IntelliJ to latest version