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

Commit

Permalink
[movies] update: Update coroutines to latest 1.4.0 version
Browse files Browse the repository at this point in the history
A notable addition to this release is the below:

"StateFlow, SharedFlow and corresponding operators are promoted to
stable API (Kotlin/kotlinx.coroutines#2316)."
  • Loading branch information
ParaskP7 committed Oct 28, 2020
1 parent bb325b4 commit c4efb49
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -17,7 +17,7 @@ object Versions {
object Kotlin {

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

}

Expand Down

0 comments on commit c4efb49

Please sign in to comment.