 060473aedf
			
		
	
	
		060473aedf
		
			
		
	
	
	
	
		
			
			* import all temporarily
* use `getPreferencesLazy()`
regex: lazy\s*\{\s*Injekt\.get<Application>\(\)\.getSharedPreferences\(\"source_\$id\"\, 0x0000\)(!!)?\s*\}
* use `getPreferences()`
regex: Injekt\.get<Application>\(\)\.getSharedPreferences\(\"source_\$id\"\, 0x0000\)(!!)?
* `getPreferences` and `getPreferencesLazy` with migration
regex to find: getPreferences\(\)\s*\.
* preferences edge cases
* run lint
* why kotlinter not add newline
* bruh
* bump
* unused import not caught by kotlinter
* review suggestions on all files
* bump after merge main
* review
* reduce usage of
		
	
			
		
			
				
	
	
		
			8 lines
		
	
	
		
			114 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			114 B
		
	
	
	
		
			Groovy
		
	
	
	
	
	
| ext {
 | |
|     extName = 'DMZJ'
 | |
|     extClass = '.Dmzj'
 | |
|     extVersionCode = 43
 | |
| }
 | |
| 
 | |
| apply from: "$rootDir/common.gradle"
 |