Hi, I have a question about nested recyclerViews
Does anyone have a better idea on how to represent this? Because I'm currently using nested recyclerViews and it is not very eficient. List item amount is undetermined and also is each item childen. Each children item can also have children... Also I am starting to learn Compose and I have checked that Lazy Columns cannot be nested, so this is a problem to port the app to Compose in its current state... Thanks in advance!