I've noticed that Kotlin Native's garbage collecto...
# multiplatform
m
I've noticed that Kotlin Native's garbage collector might sometimes fail to release objects that are no longer needed, potentially causing memory issues, particularly in scenarios that require tight control over memory usage. Has anyone encountered this behavior, and are there any best practices to mitigate it in Kotlin Multiplatform projects?