1 2 3 4 5 6 7 8rootProject.name = "advent-of-code-2024" dependencyResolutionManagement { repositories { mavenCentral() } }
1 2 3 4 5 6 7 8
rootProject.name = "advent-of-code-2024" dependencyResolutionManagement { repositories { mavenCentral() } }