From 7e2eb2425e7b9b6ccb37b7b89f19de3fa7a20c44 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 15 May 2021 12:56:49 +0530 Subject: all: reformat with Spotless again Signed-off-by: Harsh Shandilya --- settings.gradle.kts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'settings.gradle.kts') diff --git a/settings.gradle.kts b/settings.gradle.kts index d2d24bb5..37ce4d98 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -5,12 +5,16 @@ // Modules include(":app") + include(":autofill-parser") + include(":format-common") + include(":openpgp-ktx") // Experimental features enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") + enableFeaturePreview("VERSION_CATALOGS") // Plugin repositories -- cgit v1.2.3