'(groovy.lang.Closure)'에는 'dependencies'를 적용 할 수 없습니다.
이 오류를 수정할 수 없습니다. dependencies cannot be applied to '(groovy.lang.Closure) 이것은 내 gradle 파일입니다. buildscript { repositories { maven { url 'http://download.crashlytics.com/maven' } } dependencies { classpath 'com.crashlytics.tools.gradle:crashlytics-gradle:1.+' } } apply plugin: 'android' apply plugin: 'crashlytics' repositories { maven { url 'http://download.crashlytics.com/maven' } } dependencies { compile fileTree(dir: "$buildDir/native-libs", …