Hi, I am currently doing performance benchmark of a KMM project. Although there were no memory leaks in the Android App for one of the flows, But there are a plenty of leaks in the iOS app. After implementing one of the solutions mention in
this issue (ie. calling
kotlin.native.internal.GC.collect()
when screens are getting closed) the leaks exist. I'm sharing screenshots for some of the memory leaks. Has anyone else seen these kind of leaks before?