Files
telegram-like-messenger/apps/android/settings.gradle.kts
T
root 9494f85b78
CI / schema-and-codegen (push) Failing after 29s
Initial commit
2026-06-20 03:54:40 -04:00

19 lines
301 B
Kotlin

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