mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-16 03:27:02 +05:30
gradle: remove all projects
Temporary measure while we eliminate KMP
This commit is contained in:
parent
62e6bf9866
commit
5cab25539d
1 changed files with 19 additions and 17 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue