mirror of
				https://github.com/InsanusMokrassar/MicroUtils.git
				synced 2025-11-04 06:00:22 +00:00 
			
		
		
		
	small hotfix
This commit is contained in:
		@@ -132,6 +132,9 @@ class Processor(
 | 
			
		||||
                    accumulatedGenerations.add(
 | 
			
		||||
                        FunSpec.builder(accumulatedGeneration.name).apply {
 | 
			
		||||
                            modifiers.addAll(accumulatedGeneration.modifiers)
 | 
			
		||||
                            accumulatedGeneration.annotations.forEach {
 | 
			
		||||
                                addAnnotation(it)
 | 
			
		||||
                            }
 | 
			
		||||
                            accumulatedGeneration.receiverType ?.let {
 | 
			
		||||
                                receiver(it)
 | 
			
		||||
                            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user