diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-08-10 03:21:47 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-08-10 03:31:08 +0530 |
commit | 959a56d7ffbc20db60721d7a09f399c8bdefe07e (patch) | |
tree | 0d9b14e0bb770fd6da2e04295f2c22c087142439 /settings.gradle.kts | |
parent | efef72b6327c8e683c8844146e23d12104f12dd1 (diff) |
refactor: un-flatten module structure
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r-- | settings.gradle.kts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts index b8b830b7..18984e5a 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -180,11 +180,11 @@ include("autofill-parser") include("coroutine-utils") -include("crypto-common") +include("crypto:common") -include("crypto-pgpainless") +include("crypto:pgpainless") -include("format-common") +include("format:common") include("passgen:diceware") @@ -192,6 +192,6 @@ include("passgen:random") include("sentry-stub") -include("ui-compose") +include("ui:compose") include("ssh") |