diff --git a/build.gradle.kts b/build.gradle.kts index 22b8ac759..ea0b19ab9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -197,12 +197,12 @@ subprojects { } dependencies { - "commonMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2") - "androidMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.5.2") + "commonMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2-native-mt") + "androidMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.5.2-native-mt") "androidMainImplementation"(platform("com.google.firebase:firebase-bom:29.0.1")) "commonTestImplementation"(kotlin("test-common")) "commonTestImplementation"(kotlin("test-annotations-common")) - "commonTestImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2") + "commonTestImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2-native-mt") "jsTestImplementation"(kotlin("test-js")) "androidAndroidTestImplementation"(kotlin("test-junit")) "androidAndroidTestImplementation"("junit:junit:4.13.2") diff --git a/firebase-app/package.json b/firebase-app/package.json index 9b852f91c..674f9c1f8 100644 --- a/firebase-app/package.json +++ b/firebase-app/package.json @@ -26,6 +26,6 @@ "@gitlive/firebase-common": "1.4.3", "firebase": "9.4.1", "kotlin": "1.5.31", - "kotlinx-coroutines-core": "1.5.2" + "kotlinx-coroutines-core": "1.5.2-native-mt" } } diff --git a/firebase-auth/package.json b/firebase-auth/package.json index 9c71c23d8..a0c4f3371 100644 --- a/firebase-auth/package.json +++ b/firebase-auth/package.json @@ -26,6 +26,6 @@ "@gitlive/firebase-app": "1.4.3", "firebase": "9.4.1", "kotlin": "1.5.31", - "kotlinx-coroutines-core": "1.5.2" + "kotlinx-coroutines-core": "1.5.2-native-mt" } } diff --git a/firebase-common/package.json b/firebase-common/package.json index 306f5de28..b822dcc52 100644 --- a/firebase-common/package.json +++ b/firebase-common/package.json @@ -25,7 +25,7 @@ "dependencies": { "firebase": "9.4.1", "kotlin": "1.5.31", - "kotlinx-coroutines-core": "1.5.2", + "kotlinx-coroutines-core": "1.5.2-native-mt", "kotlinx-serialization-kotlinx-serialization-runtime": "1.3.0" } } diff --git a/firebase-config/package.json b/firebase-config/package.json index 389ebaa56..2436ff882 100644 --- a/firebase-config/package.json +++ b/firebase-config/package.json @@ -26,6 +26,6 @@ "@gitlive/firebase-app": "1.4.3", "firebase": "9.4.1", "kotlin": "1.5.31", - "kotlinx-coroutines-core": "1.5.2" + "kotlinx-coroutines-core": "1.5.2-native-mt" } } diff --git a/firebase-database/package.json b/firebase-database/package.json index e93312c26..399b625b9 100644 --- a/firebase-database/package.json +++ b/firebase-database/package.json @@ -26,6 +26,6 @@ "@gitlive/firebase-app": "1.4.3", "firebase": "9.4.1", "kotlin": "1.5.31", - "kotlinx-coroutines-core": "1.5.2" + "kotlinx-coroutines-core": "1.5.2-native-mt" } } diff --git a/firebase-firestore/package.json b/firebase-firestore/package.json index d3df2f1c3..b7eb10923 100644 --- a/firebase-firestore/package.json +++ b/firebase-firestore/package.json @@ -26,6 +26,6 @@ "@gitlive/firebase-app": "1.4.3", "firebase": "9.4.1", "kotlin": "1.5.31", - "kotlinx-coroutines-core": "1.5.2" + "kotlinx-coroutines-core": "1.5.2-native-mt" } } diff --git a/firebase-functions/package.json b/firebase-functions/package.json index ff55e2ba7..fab2f77f3 100644 --- a/firebase-functions/package.json +++ b/firebase-functions/package.json @@ -26,6 +26,6 @@ "@gitlive/firebase-app": "1.4.3", "firebase": "9.4.1", "kotlin": "1.5.31", - "kotlinx-coroutines-core": "1.5.2" + "kotlinx-coroutines-core": "1.5.2-native-mt" } }