Skip to content

Commit 7b0eeba

Browse files
committed
Downgrade JS coroutines to fix Kotlin/kotlinx.coroutines#529
Signed-off-by: Alex Saveau <[email protected]>
1 parent 61fa087 commit 7b0eeba

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

app/server/functions/package-lock.json

+11-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/server/functions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"kotlin": "^1.2.61",
13-
"kotlinx-coroutines-core": "^0.25.3",
13+
"kotlinx-coroutines-core": "^0.24.0",
1414
"firebase-admin": "~6.0.0",
1515
"firebase-functions": "^2.0.5",
1616
"@google-cloud/firestore": "^0.16.1",

0 commit comments

Comments
 (0)