mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-22 09:04:32 +01:00
16 lines
308 B
Plaintext
16 lines
308 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"
|
|
)
|