Hi! I'm using androidx.navigation:navigation-compose:2.4.0-beta02. Every time I make a NavController.navigate call, I see graphic memory allocations of roughly 30Mb to 100Mb that never get reclaimed by the GC. This leads to Out of memory errors within 5mn of normal use of my app. Am I doing something wrong? If the solution is not clear, what can I do to investigate the issue?