Files
coco 723ce1af5c a
2026-07-03 15:12:48 +08:00

20 lines
378 B
Kotlin

// Copyright 2023, Christopher Banes and the Tivi project contributors
// SPDX-License-Identifier: Apache-2.0
dependencyResolutionManagement {
repositories {
mavenCentral()
google()
gradlePluginPortal()
}
versionCatalogs {
create("libs") {
from(files("../libs.versions.toml"))
}
}
}
include(":convention")