Skip to content

Commit 3d23095

Browse files
author
yves tessier
committed
fir crash when calling following code from ios
val remoteConf = Firebase.remoteConfig remoteConf.settings { minimumFetchIntervalInSeconds = 60 } remoteConf.setDefaults(*defaults) remoteConf.fetch() remoteConfig = remoteConf.all
1 parent 519628d commit 3d23095

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,12 @@ subprojects {
194194
}
195195

196196
dependencies {
197-
"commonMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")
198-
"androidMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.5.2")
197+
"commonMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2-native-mt")
198+
"androidMainImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.5.2-native-mt")
199199
"androidMainImplementation"(platform("com.google.firebase:firebase-bom:28.4.1"))
200200
"commonTestImplementation"(kotlin("test-common"))
201201
"commonTestImplementation"(kotlin("test-annotations-common"))
202-
"commonTestImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2")
202+
"commonTestImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2-native-mt")
203203
"jsTestImplementation"(kotlin("test-js"))
204204
"androidAndroidTestImplementation"(kotlin("test-junit"))
205205
"androidAndroidTestImplementation"("junit:junit:4.13.2")

firebase-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"@gitlive/firebase-common": "1.4.3",
2727
"firebase": "8.10.0",
2828
"kotlin": "1.5.31",
29-
"kotlinx-coroutines-core": "1.5.2"
29+
"kotlinx-coroutines-core": "1.5.2-native-mt"
3030
}
3131
}

firebase-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"@gitlive/firebase-app": "1.4.3",
2727
"firebase": "8.10.0",
2828
"kotlin": "1.5.31",
29-
"kotlinx-coroutines-core": "1.5.2"
29+
"kotlinx-coroutines-core": "1.5.2-native-mt"
3030
}
3131
}

firebase-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"firebase": "8.10.0",
2727
"kotlin": "1.5.31",
28-
"kotlinx-coroutines-core": "1.5.2",
28+
"kotlinx-coroutines-core": "1.5.2-native-mt",
2929
"kotlinx-serialization-kotlinx-serialization-runtime": "1.3.0"
3030
}
3131
}

firebase-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"@gitlive/firebase-app": "1.4.3",
2727
"firebase": "8.10.0",
2828
"kotlin": "1.5.31",
29-
"kotlinx-coroutines-core": "1.5.2"
29+
"kotlinx-coroutines-core": "1.5.2-native-mt"
3030
}
3131
}

firebase-database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"@gitlive/firebase-app": "1.4.3",
2727
"firebase": "8.10.0",
2828
"kotlin": "1.5.31",
29-
"kotlinx-coroutines-core": "1.5.2"
29+
"kotlinx-coroutines-core": "1.5.2-native-mt"
3030
}
3131
}

firebase-firestore/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"@gitlive/firebase-app": "1.4.3",
2727
"firebase": "8.10.0",
2828
"kotlin": "1.5.31",
29-
"kotlinx-coroutines-core": "1.5.2"
29+
"kotlinx-coroutines-core": "1.5.2-native-mt"
3030
}
3131
}

firebase-functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"@gitlive/firebase-app": "1.4.3",
2727
"firebase": "8.10.0",
2828
"kotlin": "1.5.31",
29-
"kotlinx-coroutines-core": "1.5.2"
29+
"kotlinx-coroutines-core": "1.5.2-native-mt"
3030
}
3131
}

0 commit comments

Comments
 (0)