This commit is contained in:
2022-02-12 22:24:00 +08:00
parent 9c44d52492
commit 7249486b57
5 changed files with 35 additions and 12 deletions

View File

@@ -1,4 +1,3 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = "1.6.10"
repositories {
@@ -12,9 +11,6 @@ buildscript {
dependencies {
classpath "com.android.tools.build:gradle:7.0.4"
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
}
}