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