mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-11-03 23:58:55 +01:00 
			
		
		
		
	Address build warning in :i18n
				
					
				
			And small cleanup
This commit is contained in:
		@@ -6,14 +6,18 @@ plugins {
 | 
			
		||||
 | 
			
		||||
kotlin {
 | 
			
		||||
    androidTarget()
 | 
			
		||||
 | 
			
		||||
    applyDefaultHierarchyTemplate()
 | 
			
		||||
 | 
			
		||||
    sourceSets {
 | 
			
		||||
        val commonMain by getting {
 | 
			
		||||
            dependencies {
 | 
			
		||||
                api(libs.moko.core)
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        val androidMain by getting {
 | 
			
		||||
            dependsOn(commonMain) // https://github.com/icerockdev/moko-resources/issues/562
 | 
			
		||||
 | 
			
		||||
        androidMain {
 | 
			
		||||
            dependsOn(commonMain)  // https://github.com/icerockdev/moko-resources/issues/562
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user