buildscript {
ext.kotlin_version = '1.0.0-rc-1017'
ext.anko_version = '0.8.2rc'
repositories {
jcenter()
maven {
url "
https://bintray.com/kotlin/kotlin-eap/"
}
}
dependencies {
classpath 'com.android.tools.buildG1.3.0'
classpath 'com.jfrog.bintray.gradle
gradle bintray plugin1.5'
classpath 'com.github.dcendents
android maven gradle plugin1.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}