Hi Team, Has anyone worked on fixing and debugging...
# multiplatform
s
Hi Team, Has anyone worked on fixing and debugging memory leaks in IOS App Build in KMM & Compose Multiplatform?
a
Its a challenge, Profiler is the best but not clear of which assignations are retained. Another challenge is a leak when using kotlinx.serialization, encoding/decoding to
JsonObject
is leaking elements pretty much critical.