Will there be a memory leak if both a Swift object...
# kotlin-native
a
Will there be a memory leak if both a Swift object and a Kotlin object have strong references to each other?
s
Yes. This is limitation of ARC used in Swift and Objective-C.
👍 1