mirror of
https://github.com/mihonapp/mihon.git
synced 2025-04-27 05:12:28 +00:00
7 lines
163 B
Kotlin
7 lines
163 B
Kotlin
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
create("kotlinLibs") {
|
|
from(files("../gradle/kotlinx.versions.toml"))
|
|
}
|
|
}
|
|
}
|