diff options
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") |