mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-26 07:06:03 +03:00
8 lines
163 B
Text
8 lines
163 B
Text
|
dependencyResolutionManagement {
|
||
|
versionCatalogs {
|
||
|
create("kotlinLibs") {
|
||
|
from(files("../gradle/kotlinx.versions.toml"))
|
||
|
}
|
||
|
}
|
||
|
}
|