diff --git a/build.gradle.kts b/build.gradle.kts index bf79a7bd1..2d4faf012 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -187,12 +187,12 @@ subprojects { dependencies { "commonMainImplementation"(kotlin("stdlib-common")) - "commonMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9") + "commonMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9-native-mt-2") "jsMainImplementation"(kotlin("stdlib-js")) "androidMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.3.9") "commonTestImplementation"(kotlin("test-common")) "commonTestImplementation"(kotlin("test-annotations-common")) - "commonTestImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9") + "commonTestImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9-native-mt-2") "jsTestImplementation"(kotlin("test-js")) "androidAndroidTestImplementation"(kotlin("test-junit")) "androidAndroidTestImplementation"("junit:junit:4.13") diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 1d5f1b1f5..3f0e7eb37 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip