mirror of
https://github.com/jlengrand/advent-of-code-kotlin-2026.git
synced 2026-03-09 23:51:19 +00:00
8 lines
136 B
Kotlin
8 lines
136 B
Kotlin
rootProject.name = "Advent of Code Kotlin Template"
|
|
|
|
dependencyResolutionManagement {
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
}
|