11 lines
169 B
Kotlin
Vendored
11 lines
169 B
Kotlin
Vendored
pluginManagement {
|
|
includeBuild("../build-settings-logic")
|
|
}
|
|
|
|
plugins {
|
|
id("dfsettings.catalogs-inside-convention-plugins")
|
|
}
|
|
|
|
rootProject.name = "build-logic"
|
|
|