From 5cab25539dcd26f642433805507852afe890ae96 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 2 Aug 2022 22:12:43 +0530 Subject: [PATCH] gradle: remove all projects Temporary measure while we eliminate KMP --- settings.gradle.kts | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 3fb34665..c2e8ab33 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -94,20 +94,22 @@ dependencyResolutionManagement { rootProject.name = "Claw" -enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") - -include(":android") - -include(":api") - -include(":benchmark") - -include(":common") - -include(":database") - -include(":desktop") - -include(":model") - -include(":paparazzi-tests") +enableFeaturePreview( + "TYPESAFE_PROJECT_ACCESSORS" +) + +// include(":android") +// +// include(":api") +// +// include(":benchmark") +// +// include(":common") +// +// include(":database") +// +// include(":desktop") +// +// include(":model") +// +// include(":paparazzi-tests")