Exercise-6-3-Vickrey-Auction/settings.gradle.kts

19 lines
365 B
Plaintext
Raw Permalink Normal View History

2023-03-28 20:17:22 +07:00
@file:Suppress("UnstableApiUsage")
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "LabSICampus"
include(":app")