mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			261 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			261 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| plugins {
 | |
|     id("mihon.library")
 | |
|     kotlin("android")
 | |
|     kotlin("plugin.serialization")
 | |
| }
 | |
| 
 | |
| android {
 | |
|     namespace = "mihon.core.archive"
 | |
| }
 | |
| 
 | |
| dependencies {
 | |
|     implementation(libs.jsoup)
 | |
|     implementation(libs.libarchive)
 | |
|     implementation(libs.unifile)
 | |
| }
 |