Tgo1014
03/09/2026, 11:47 AMLazyColumn but I wanted to reuse this screen as part of another, that also have a lazy column but, because of that it fails as there's a LazyColumn inside a LazyColumn. Is the only version to make this work is to have a version of the first screen that accepts a LazyListScope.() and pass it from the other screen?