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