mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 23:47:02 +05:30
3 lines
97 B
Kotlin
3 lines
97 B
Kotlin
rootProject.name = "lobste.rs"
|
|
include(":app", ":model")
|
|
enableFeaturePreview("GRADLE_METADATA")
|