Files
PRM392/FoodifyServer/settings.gradle
T
2022-06-04 21:34:40 +07:00

11 lines
166 B
Groovy

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
rootProject.name = "FoodifyServer"
include ':app'