* adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
		
			
				
	
	
		
			10 lines
		
	
	
		
			120 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			120 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
plugins {
 | 
						|
    id("lib-multisrc")
 | 
						|
}
 | 
						|
 | 
						|
baseVersionCode = 28
 | 
						|
 | 
						|
dependencies {
 | 
						|
    implementation(project(":lib:randomua"))
 | 
						|
}
 |