diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-05-12 18:06:47 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-05-12 18:06:47 +0530 |
commit | a76da935cdb43e0f99513ed6f3468bd0835a5137 (patch) | |
tree | 50e9fc59fd09f2de9ac608b8907d87889c083fd2 /settings.gradle.kts | |
parent | b9abf3ef43e3749c79c11254c575a5ad3af0a08f (diff) |
feat: remove unnecessary CoroutineTestRule
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r-- | settings.gradle.kts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts index 2435a5cc..eee3fc5e 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -171,8 +171,6 @@ include("autofill-parser") include("coroutine-utils") -include("coroutine-utils-testing") - include("crypto-common") include("crypto-pgpainless") |