gradle: remove all projects

Temporary measure while we eliminate KMP
This commit is contained in:
Harsh Shandilya 2022-08-02 22:12:43 +05:30
parent 62e6bf9866
commit 5cab25539d
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

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