(cherry picked from commit 4291cc8eb1f4385528afcc9cab2592c8b3afa44a) # Conflicts: # .gitignore
7 lines
163 B
Text
7 lines
163 B
Text
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
create("kotlinLibs") {
|
|
from(files("../gradle/kotlinx.versions.toml"))
|
|
}
|
|
}
|
|
}
|