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" rootProject.name = "Claw"
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") enableFeaturePreview(
"TYPESAFE_PROJECT_ACCESSORS"
include(":android") )
include(":api") // include(":android")
//
include(":benchmark") // include(":api")
//
include(":common") // include(":benchmark")
//
include(":database") // include(":common")
//
include(":desktop") // include(":database")
//
include(":model") // include(":desktop")
//
include(":paparazzi-tests") // include(":model")
//
// include(":paparazzi-tests")