mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-22 01:04:31 +01:00
12 lines
250 B
Plaintext
12 lines
250 B
Plaintext
rootProject.name = "spotiflyer"
|
|
enableFeaturePreview("GRADLE_METADATA")
|
|
|
|
include(
|
|
":common:database",
|
|
":common:compose-ui",
|
|
":common:data-models",
|
|
":common:dependency-injection",
|
|
":fuzzywuzzy:app",
|
|
":android",
|
|
":desktop"
|
|
) |