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