mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-22 17:14:32 +01:00
13 lines
259 B
Plaintext
13 lines
259 B
Plaintext
|
|
||
|
enableFeaturePreview("VERSION_CATALOGS")
|
||
|
dependencyResolutionManagement {
|
||
|
@Suppress("UnstableApiUsage")
|
||
|
versionCatalogs {
|
||
|
create("deps") {
|
||
|
from(files("deps.versions.toml"))
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
rootProject.name = "spotiflyer-build"
|