mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-18 03:17:03 +05:30
3 lines
117 B
Kotlin
3 lines
117 B
Kotlin
rootProject.name = "Claw for lobste.rs"
|
|
include(":app", ":api", ":database")
|
|
enableFeaturePreview("GRADLE_METADATA")
|