Join Slack
Powered by
Will there be a memory leak if both a Swift object...
# kotlin-native
a
Arkadii Ivanov
05/22/2020, 10:37 PM
Will there be a memory leak if both a Swift object and a Kotlin object have strong references to each other?
s
svyatoslav.scherbina
05/25/2020, 8:49 AM
Yes. This is limitation of ARC used in Swift and Objective-C.
👍 1
9
Views
Open in Slack
Previous
Next