Files
android-lchat/settings.gradle.kts

16 lines
322 B
Kotlin
Raw Normal View History

2025-07-03 17:52:05 -04:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "lchat"
include(":app")