Have gone through this issue, <https://issuetracke...
# compose
c
Have gone through this issue, https://issuetracker.google.com/issues/240016022 I am looking for another possibility as follows,
Copy code
LazyColumn {
                items(10) {
                    CustomLookAheadLayout {
                          Text(text = "First Item")
                          Text(text = "Second Item")
                    }
                }
            }
Still I get error. Is this yet to support ?
r
LookaheadLayout doesn't yet support Lazy Layouts (SubcomposeLayout), its coming soon though, you can follow the progress of it here - https://android-review.googlesource.com/c/platform/frameworks/support/+/2172807