Hello, I was checking the performance and memory l...
# multiplatform
g
Hello, I was checking the performance and memory leaks of the iOS app, and two things caught my attention. The first issue is a leak related to
supportsMainMenu
, which I naturally don’t use anywhere in the iOSApp code. Is this being used in the background by Compose? The second issue happens when the function
stackTraceToString
is called — a leak occurs. Libraries like Napier and other logging libraries use this function. Is this problem only present in debug mode? My Compose version is 1.8.1 and Kotlin version is 2.2.0.