mirror of
https://github.com/Darkrock-Studios/hammer-editor.git
synced 2026-08-07 00:23:15 +00:00
9 lines
No EOL
157 B
Kotlin
9 lines
No EOL
157 B
Kotlin
rootProject.name = "buildSrc"
|
|
|
|
dependencyResolutionManagement {
|
|
versionCatalogs {
|
|
create("libs") {
|
|
from(files("../gradle/libs.versions.toml"))
|
|
}
|
|
}
|
|
} |