Merge and cleanup version catalogs (#3103)

This commit is contained in:
AntsyLich
2026-03-20 21:15:40 +06:00
committed by GitHub
parent b58d2a5d4b
commit e930f38608
23 changed files with 283 additions and 326 deletions
-9
View File
@@ -3,15 +3,6 @@ dependencyResolutionManagement {
create("libs") {
from(files("../gradle/libs.versions.toml"))
}
create("androidx") {
from(files("../gradle/androidx.versions.toml"))
}
create("compose") {
from(files("../gradle/compose.versions.toml"))
}
create("kotlinx") {
from(files("../gradle/kotlinx.versions.toml"))
}
}
}