Exercise-4-2-Rate/settings.gradle.kts

19 lines
365 B
Plaintext
Raw Permalink Normal View History

2023-04-04 22:43:12 +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")