mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 02:07:01 +05:30
3 lines
103 B
Kotlin
3 lines
103 B
Kotlin
rootProject.name = "Claw"
|
|
include(":app", ":api", ":database")
|
|
enableFeaturePreview("GRADLE_METADATA")
|