Updated on 2026-08-14
This commit is contained in:
parent
330ae73357
commit
e7efe7b76a
4636 changed files with 234864 additions and 63507 deletions
10
plugins/configuration/settings.gradle.kts
Normal file
10
plugins/configuration/settings.gradle.kts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
dependencyResolutionManagement {
|
||||
versionCatalogs {
|
||||
create("deps") {
|
||||
from(files("../../gradle/dependencies.toml"))
|
||||
}
|
||||
create("tangemDeps") {
|
||||
from(files("../../gradle/tangem_dependencies.toml"))
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue