9 lines
165 B
Kotlin
9 lines
165 B
Kotlin
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
create("libs") {
|
|
from(files("../gradle/libs.versions.toml"))
|
|
}
|
|
}
|
|
}
|
|
rootProject.name = "firm-build-logic"
|