Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit c4efb49

Browse files
committed
[movies] update: Update coroutines to latest 1.4.0 version
A notable addition to this release is the below: "StateFlow, SharedFlow and corresponding operators are promoted to stable API (Kotlin/kotlinx.coroutines#2316)."
1 parent bb325b4 commit c4efb49

File tree

1 file changed

+1
-1
lines changed
  • buildSrc/src/main/kotlin/io/petros/movies/config/deps

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/io/petros/movies/config/deps/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ object Versions {
1717
object Kotlin {
1818

1919
// Releases: https://github.com/Kotlin/kotlinx.coroutines/releases
20-
const val COROUTINES = "1.3.9" // Released: 14-08-20
20+
const val COROUTINES = "1.4.0" // Released: 26-10-20
2121

2222
}
2323

0 commit comments

Comments
 (0)