Files
enginex-bi_150-llama.cpp/examples/llama.android/settings.gradle.kts

19 lines
341 B
Plaintext
Raw Normal View History

2026-01-23 11:34:20 +08:00
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
google()
}
}
rootProject.name = "AiChat"
include(":app")
include(":lib")