From a9f06c2e2c43225c1cda456f988ad5a04aa10cda Mon Sep 17 00:00:00 2001 From: kunfei Date: Fri, 8 Apr 2022 10:42:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 99fd4b9a1..d90bde027 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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")