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