5baddd8a74
(cherry picked from commit 4291cc8eb1)
# Conflicts:
# .gitignore
8 lines
163 B
Kotlin
8 lines
163 B
Kotlin
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
create("kotlinLibs") {
|
|
from(files("../gradle/kotlinx.versions.toml"))
|
|
}
|
|
}
|
|
}
|