summaryrefslogtreecommitdiff
path: root/flow-mvi/build.gradle
diff options
context:
space:
mode:
authorAmit Kumar <amitkma@e.email>2021-04-29 02:25:01 +0530
committerAmit Kumar <amitkma@e.email>2021-04-29 02:25:01 +0530
commit449e419dfbafeed9a446e36f8de1903981cd0b02 (patch)
treec961334c95a6def92420fa57bd640ad2dbbe2959 /flow-mvi/build.gradle
parentc00ab1009aa512fe89b8965cb0bee3827c64fd98 (diff)
Add initial implementation of mvi based on kotlin flow
Diffstat (limited to 'flow-mvi/build.gradle')
-rw-r--r--flow-mvi/build.gradle1
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
}