android studion org/codehaus/groovy/runtime/typehanding/shortTypeHandling

在build.gradle里面添加
buildscript {
    repositories {
        mavenCentral()
    }
    dependencies {
        classpath 'org.codehaus.groovy:groovy-backports-compat23:2.3.5'


        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

你可能感兴趣的:(android studion org/codehaus/groovy/runtime/typehanding/shortTypeHandling)