diff options
author | Amit Kumar <amitkma@e.email> | 2021-04-28 14:17:57 +0530 |
---|---|---|
committer | Amit Kumar <amitkma@e.email> | 2021-04-28 14:19:13 +0530 |
commit | c00ab1009aa512fe89b8965cb0bee3827c64fd98 (patch) | |
tree | 957a5888d9272cc6909cedd1a4824445d71c779b /settings.gradle | |
parent | f3759a7935fcba76195d52084ee3254ec85391c3 (diff) |
Initialize kotlin flow based mvi library
Diffstat (limited to 'settings.gradle')
-rw-r--r-- | settings.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.gradle b/settings.gradle index e39b561..dca731c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,2 +1,3 @@ +include ':flow-mvi' include ':app' rootProject.name = "PrivacyCentralApp"
\ No newline at end of file |