Are there plans to open `androidx.compose.foundati...
# compose
n
Are there plans to open
androidx.compose.foundation.lazy.layout.LazyLayout
, or even better smaller parts like
LazyLayoutItemContentFactory
and
LazyLayoutPrefetcher
? They would help so much for creating custom lazy layouts.
👀 1
a
public LazyLayout was released today as part of 1.2.0-alpha08.
n
Nice! Thank you!