From 931cc052a8f22b96e11d4bd8f9d069ef8ff92e21 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 16 Apr 2021 21:08:51 +0530 Subject: format-common: add baseline module Signed-off-by: Harsh Shandilya --- settings.gradle.kts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'settings.gradle.kts') 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() -- cgit v1.2.3