blob: 511b820195d3ceb8c368f7b2dd74b81969c183f4 [file] [log] [blame]
buildscript {
// This file is to test the gradle files merge that include a single value assignment with the equal identifier
ext.kotlin_version = '1.3.31'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-beta6'
}
}
allprojects {
repositories {
google()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}