Files
Releases/build-logic/settings.gradle.kts
Felitendo ddff25a7c4 v0.6.4
This is a test if updates work
2025-05-20 15:23:42 +02:00

15 lines
303 B
Kotlin

dependencyResolutionManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
versionCatalogs {
create("libs") {
from(files("../gradle/libs.versions.toml"))
}
}
}
rootProject.name = "build-logic"
include(":structure")