blob: e98714ff8846b1cb4c0cedf6ef42514d21247507 [file] [log] [blame]
buildscript {
ext.kotlin_version = '1.7.20'
repositories {
// This will be populated by AndroidGradleTestCase
}
dependencies {
classpath 'com.android.tools.build:gradle:7.3.1'
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
}
}