mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-22 09:04:32 +01:00
21 lines
469 B
Plaintext
21 lines
469 B
Plaintext
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
maven(url = "https://maven.pkg.jetbrains.space/public/p/compose/dev")
|
|
maven(url = "https://jitpack.io")
|
|
}
|
|
}
|
|
|
|
rootProject.name = "spotiflyer"
|
|
enableFeaturePreview("GRADLE_METADATA")
|
|
|
|
include(
|
|
":common:database",
|
|
":common:compose-ui",
|
|
":common:data-models",
|
|
":common:dependency-injection",
|
|
":fuzzywuzzy:app",
|
|
":android",
|
|
":desktop"
|
|
) |