13 lines
263 B
Plaintext
13 lines
263 B
Plaintext
|
dependencyResolutionManagement {
|
||
|
versionCatalogs {
|
||
|
create("libs") {
|
||
|
from(files("../gradle/libs.versions.toml"))
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||
|
|
||
|
rootProject.name = "build-logic"
|
||
|
include(":convention")
|