mirror of
https://github.com/mihonapp/mihon.git
synced 2025-04-12 23:45:40 +02:00
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
create("kotlinLibs") {
|
|
from(files("../gradle/kotlinx.versions.toml"))
|
|
}
|
|
}
|
|
}
|