Droid-ify-client/build-logic/settings.gradle.kts

15 lines
303 B
Plaintext
Raw Normal View History

2023-09-06 09:46:53 +05:30
dependencyResolutionManagement {
repositories {
2023-10-21 16:43:54 +05:30
gradlePluginPortal()
2023-09-06 09:46:53 +05:30
google()
mavenCentral()
}
2023-10-07 17:03:08 +05:30
versionCatalogs {
create("libs") {
from(files("../gradle/libs.versions.toml"))
}
}
2023-09-06 09:46:53 +05:30
}
rootProject.name = "build-logic"
include(":structure")