diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-12-09 10:07:54 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-09 04:37:54 +0000 |
commit | 8db0b67ce9ba4a5e56c04c1bea3a738eacb176cf (patch) | |
tree | 46700b7a3da32065e073bffbf22765c7e2f30d32 /settings.gradle.kts | |
parent | 933558caf8266677dc26497d7c7b930254f4fb07 (diff) |
Refactor coroutine testing setup (#1583)
* coroutine-utils: init
* coroutine-utils-testing: init
* format-common: switch over to using DispatcherProvider
* Convert Binds method to an extension function
* Add Dispatcher module
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r-- | settings.gradle.kts | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts index 6c600dc7..9ea2cd3b 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -42,6 +42,10 @@ include("app") include("autofill-parser") +include("coroutine-utils") + +include("coroutine-utils-testing") + include("crypto-common") include("crypto-pgpainless") @@ -50,4 +54,4 @@ include("format-common") include("openpgp-ktx") -include(":dependency-sync") +include("dependency-sync") |