Hi everyone, I'm getting memory leak reports when using:
Copy code
lifecycleScope.launchWhenCreated { }
inside an activity. It keeps reference to the activity. is ihis normal?..
I have a reference to a view in the coroutine, but shouldn't it be cleared automatically?