Getting Gradle dependencies in IntelliJ IDEA using Gradle build

前端 未结 7 1236
一个人的身影
一个人的身影 2021-01-29 20:46

Grade build, even from inside IntelliJ IDEA does not put the dependencies into the \"External Libraries\" folder, so these classes don\'t show up as suggestions in the editor an

7条回答
  •  不要未来只要你来
    2021-01-29 21:26

    In my case,I was getting error while refreshing gradle ('View'->Tool Windows->Gradle) tab and hit "refresh" and getting this error no such property gradleversion for class jetgradleplugin.

    Had to install latest intellij compatible with gradle 5+

提交回复
热议问题