no GC on native (at least for now) Current approac...
# kotlin-native
g
no GC on native (at least for now) Current approach: automatic reference counting + cycle collector
o
this statement is not correct. Kotlin/Native has GC, it's just not classical tracing mark and sweep collector.
g
Oh, okay, got it. It’s quite interesting.