SpotiFlyer/settings.gradle.kts

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"
)