升级Kotlin

This commit is contained in:
董宏宇
2021-09-06 17:13:20 +08:00
parent a454f3649e
commit d58a9277ab
5 changed files with 15 additions and 13 deletions

View File

@@ -28,7 +28,7 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation rootProject.ext.dependencies.kotlinstdlibjdk7
implementation rootProject.ext.dependencies.rxjava
implementation rootProject.ext.dependencies.rxandroid