mirror of
https://github.com/pischule/memevizor.git
synced 2025-12-19 06:56:42 +00:00
7 lines
114 B
Kotlin
7 lines
114 B
Kotlin
rootProject.name = "memevizor"
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
} |