优化
This commit is contained in:
+2
-2
@@ -107,7 +107,7 @@ android {
|
||||
targetCompatibility JavaVersion.VERSION_11
|
||||
}
|
||||
composeOptions {
|
||||
kotlinCompilerExtensionVersion '1.1.0'
|
||||
kotlinCompilerExtensionVersion '1.1.1'
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
@@ -140,7 +140,7 @@ dependencies {
|
||||
//Kotlin反射
|
||||
implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlin_version")
|
||||
//协程
|
||||
def coroutines_version = '1.6.0'
|
||||
def coroutines_version = '1.6.1-native-mt'
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user