mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-22 09:04:32 +01:00
17 lines
324 B
Plaintext
17 lines
324 B
Plaintext
rootProject.name = "spotiflyer"
|
|
enableFeaturePreview("GRADLE_METADATA")
|
|
|
|
include(
|
|
":common:database",
|
|
":common:compose",
|
|
":common:root",
|
|
":common:main",
|
|
":common:list",
|
|
":common:data-models",
|
|
":common:dependency-injection",
|
|
":fuzzywuzzy:app",
|
|
":android",
|
|
":desktop",
|
|
":web-app"
|
|
)
|