LeOS-Droid/build-logic/settings.gradle.kts

15 lines
303 B
Plaintext
Raw Normal View History

2023-12-17 11:48:30 +01:00
dependencyResolutionManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
versionCatalogs {
create("libs") {
from(files("../gradle/libs.versions.toml"))
}
}
}
rootProject.name = "build-logic"
include(":structure")