diff options
Diffstat (limited to 'llama.cpp/examples/llama.android/settings.gradle.kts')
| -rw-r--r-- | llama.cpp/examples/llama.android/settings.gradle.kts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/llama.cpp/examples/llama.android/settings.gradle.kts b/llama.cpp/examples/llama.android/settings.gradle.kts new file mode 100644 index 0000000..74f4eb3 --- /dev/null +++ b/llama.cpp/examples/llama.android/settings.gradle.kts @@ -0,0 +1,18 @@ +pluginManagement { + repositories { + google() + mavenCentral() + gradlePluginPortal() + } +} +dependencyResolutionManagement { + repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) + repositories { + mavenCentral() + google() + } +} + +rootProject.name = "AiChat" +include(":app") +include(":lib") |
