1
0
mirror of https://github.com/ggerganov/llama.cpp.git synced 2025-01-20 00:31:15 +01:00
llama.cpp/examples/llama.android/settings.gradle.kts

19 lines
349 B
Plaintext
Raw Normal View History

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