mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +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"
|
||||
|
||||
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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue