4 lines
103 B
Kotlin
4 lines
103 B
Kotlin
rootProject.name = "Claw"
|
|
include(":app", ":api", ":database")
|
|
enableFeaturePreview("GRADLE_METADATA")
|