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