Exercise-5-4-Population/settings.gradle.kts

18 lines
364 B
Plaintext
Raw Normal View History

2023-03-21 09:22:18 +03: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")