Alexander Black
05/15/2023, 9:52 PMText(librarySelection.displayName)
The iOS leak detector is reporting this as a memory leak, where librarySelection is a Enum and displayName is a string property in the enum.
I also have several utility methods that format data into strings so they display correctly on the iOS side, and many of those are being reported as leaks. I’m wondering if maybe there’s something with the String interop that’s leaking?
I’m running Kotlin 1.8.10