mirror of
				https://github.com/ggml-org/llama.cpp.git
				synced 2025-10-30 08:42:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			349 B
		
	
	
	
		
			Kotlin
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			349 B
		
	
	
	
		
			Kotlin
		
	
	
	
	
	
| pluginManagement {
 | |
|     repositories {
 | |
|         google()
 | |
|         mavenCentral()
 | |
|         gradlePluginPortal()
 | |
|     }
 | |
| }
 | |
| dependencyResolutionManagement {
 | |
|     repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
 | |
|     repositories {
 | |
|         google()
 | |
|         mavenCentral()
 | |
|     }
 | |
| }
 | |
| 
 | |
| rootProject.name = "LlamaAndroid"
 | |
| include(":app")
 | |
| include(":llama")
 | 
