mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 19:07:02 +05:30
9 lines
183 B
Kotlin
9 lines
183 B
Kotlin
rootProject.name = "Claw"
|
|
include(":app", ":api", ":database")
|
|
enableFeaturePreview("GRADLE_METADATA")
|
|
pluginManagement {
|
|
repositories {
|
|
google()
|
|
gradlePluginPortal()
|
|
}
|
|
}
|