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