ilyagulya
09/12/2023, 11:02 AMkotlinx.collections.immutable to kotlin-parcelize plugin.
At the moment I’m trying to figure out how can I correctly build symbol for the kotlinx.collections.immutable.toPersistentList extension function and call it on IrVariable as a receiver.
Originally ``kotlinx.collections.immutable.toPersistentList`` is defined in extensions.kt file.
So, I assume that I need to build symbol for the ExtensionsKt.toPersistentList(iterable: Iterable<T>) static function?
Is it correct or I should go in another direction?dmitriy.novozhilov
09/12/2023, 11:07 AMpackage = kotlinx.collections.immutable, name = toPersistentList and then choose one which suites you by types of parameters/receiver/return type