buildscript { | |
ext.kotlin_version = '1.3.31' | |
repositories { | |
// This will be populated by AndroidGradleTestCase | |
} | |
dependencies { | |
classpath 'com.android.tools.build:gradle:+' | |
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}" | |
// NOTE: Do not place your application dependencies here; they belong | |
// in the individual module build.gradle files | |
} | |
} | |
allprojects { | |
repositories { | |
// This will be populated by AndroidGradleTestCase | |
} | |
} |