
[Error] build.gradle에서 'plugins' cannot be applied to '(groovy.lang.closure)' 오류와 해결방법
·
Programming
오류내용 🛠 : 프로젝트 생성 후 build.gradle -> plugins & configuration 부분에 노란 줄이 생김. 'plugins' cannot be applied to '(groovy.lang.closure)' 해결방법 😎 : 1. Preferences -> Editor -> inspections ! 2. Groovy -> Assingnment issues -> Incompatible type assignments 체크박스 해제 후 Apply !