mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:12:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			311 B
		
	
	
	
		
			Kotlin
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			311 B
		
	
	
	
		
			Kotlin
		
	
	
	
	
	
| pluginManagement {
 | |
|     repositories {
 | |
|         google()
 | |
|         mavenCentral()
 | |
|         gradlePluginPortal()
 | |
|     }
 | |
| }
 | |
| dependencyResolutionManagement {
 | |
|     repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
 | |
|     repositories {
 | |
|         google()
 | |
|         mavenCentral()
 | |
|     }
 | |
| }
 | |
| 
 | |
| rootProject.name = "Ladybird"
 | 
