mistral-chat-app/settings.gradle
Алексей Будаев cda6eb7ce0 Initial commit
2026-04-03 22:53:42 +08:00

17 lines
No EOL
328 B
Groovy

pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "MistralChat"
include ':app'