small hotfix

This commit is contained in:
2025-02-12 21:20:14 +06:00
parent 07ad79f0b3
commit 74563bbac9

View File

@@ -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)
}