Commit 613d78e0 by songyanzhi

feat:降低annotation版本(annotation依赖kotlin版本和项目中的kotlin版本不兼容)

parent 830ee21a
......@@ -9,6 +9,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
// classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.20"
}
}
......@@ -57,6 +58,7 @@ android {
}
dependencies {
implementation 'androidx.annotation:annotation:1.8.0'
implementation 'androidx.annotation:annotation:1.1.0'
testImplementation 'junit:junit:4.13.2'
// implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.5.20"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment