diff options
author | Amit Kumar <amitkma@e.email> | 2021-04-29 02:25:01 +0530 |
---|---|---|
committer | Amit Kumar <amitkma@e.email> | 2021-04-29 02:25:01 +0530 |
commit | 449e419dfbafeed9a446e36f8de1903981cd0b02 (patch) | |
tree | c961334c95a6def92420fa57bd640ad2dbbe2959 /flow-mvi/build.gradle | |
parent | c00ab1009aa512fe89b8965cb0bee3827c64fd98 (diff) |
Add initial implementation of mvi based on kotlin flow
Diffstat (limited to 'flow-mvi/build.gradle')
-rw-r--r-- | flow-mvi/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flow-mvi/build.gradle b/flow-mvi/build.gradle index 52478d7..a012229 100644 --- a/flow-mvi/build.gradle +++ b/flow-mvi/build.gradle @@ -27,4 +27,5 @@ java { dependencies { implementation Libs.Kotlin.stdlib + implementation Libs.Coroutines.core } |