20 lines
378 B
Kotlin
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")
|