mirror of
				https://github.com/smyalygames/checklist-tester.git
				synced 2025-11-04 04:59:48 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			280 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			280 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
plugins {
 | 
						|
    // this is necessary to avoid the plugins to be loaded multiple times
 | 
						|
    // in each subproject's classloader
 | 
						|
    alias(libs.plugins.jetbrainsCompose) apply false
 | 
						|
    alias(libs.plugins.kotlinJvm) apply false
 | 
						|
    alias(libs.plugins.kotlinMultiplatform) apply false
 | 
						|
} |