aboutsummaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2021-12-09 10:07:54 +0530
committerGitHub <noreply@github.com>2021-12-09 04:37:54 +0000
commit8db0b67ce9ba4a5e56c04c1bea3a738eacb176cf (patch)
tree46700b7a3da32065e073bffbf22765c7e2f30d32 /settings.gradle.kts
parent933558caf8266677dc26497d7c7b930254f4fb07 (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.kts6
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")