I am upgrading from kotlin M12 to M14 and I have a...
# announcements
d
I am upgrading from kotlin M12 to M14 and I have a problem with
plus()
operation on array, my code is
it.plus(Item(ItemTypeEnum.DIVIDER))
where
it
is
Array<out Item>
in lambda body, why is it not working?