Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NoClassDefFoundError: org/jetbrains/plugins/gradle/tooling/ModelBuilderService

How can I fix this error? It appears when I run the project in Intellij IDEA with GRADLE 6.7 version.

like image 360
Yaroslav Avatar asked Jan 06 '21 23:01

Yaroslav


2 Answers

It's a known issue caused by the incompatible Kotlin plug-in update. The issue is already fixed. The solution is to either update Kotlin plug-in again to get the version compatible with IntelliJ IDEA 2020.3 release or update IntelliJ IDEA to 2020.3.1 version.

like image 74
CrazyCoder Avatar answered Oct 08 '22 02:10

CrazyCoder


In my case I just needed to disable kotlin. if you dont need kotlin at the moment you can disbale it in idea. just got to Plugins>Installed->Kotlin then disable for all projects.

like image 38
mark ortiz Avatar answered Oct 08 '22 02:10

mark ortiz