mirror of
https://github.com/mihonapp/mihon.git
synced 2025-02-17 11:29:48 +03:00
8 lines
163 B
Text
8 lines
163 B
Text
|
dependencyResolutionManagement {
|
||
|
versionCatalogs {
|
||
|
create("kotlinLibs") {
|
||
|
from(files("../gradle/kotlinx.versions.toml"))
|
||
|
}
|
||
|
}
|
||
|
}
|