diff options
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r-- | settings.gradle.kts | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts index 9fde0bb1..d2d24bb5 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -2,15 +2,18 @@ * Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved. * SPDX-License-Identifier: GPL-3.0-only */ -include(":autofill-parser") +// Modules include(":app") - +include(":autofill-parser") +include(":format-common") include(":openpgp-ktx") +// Experimental features enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") enableFeaturePreview("VERSION_CATALOGS") +// Plugin repositories pluginManagement { repositories { gradlePluginPortal() |