Could not find method compile() for arguments


Could not find method compile() for arguments

실습 중 나타난 에러 dependencies { compile ('org.springframework.boot:spring-boot-starter-web') testCompile('org.springframework.boot:spring-boot-starter-test') } Could not find method compile() for arguments [org.springframework.boot:spring-boot-starter-web] compile, runtime, testCompile, testRuntime Gradle 7.0 (2021년 4월) 부터 삭제 삭제된 네 명령은 각각 implementation, runtimeOnly, testImplementation, testRuntimeOn..


원문링크 : Could not find method compile() for arguments