mirror of
https://github.com/pischule/memevizor.git
synced 2025-12-19 06:56:42 +00:00
13 lines
237 B
Kotlin
13 lines
237 B
Kotlin
rootProject.name = "memes-tv"
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
versionCatalogs {
|
|
create("awssdk") {
|
|
from("aws.sdk.kotlin:version-catalog:1.4.56")
|
|
}
|
|
}
|
|
} |