From 8db0b67ce9ba4a5e56c04c1bea3a738eacb176cf Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Thu, 9 Dec 2021 10:07:54 +0530 Subject: 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 --- settings.gradle.kts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'settings.gradle.kts') 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") -- cgit v1.2.3